Color Hex Logo

#675fbc Color Hex

#675FBC
(103,95,188)
0 Favorites   0 Comments

Color spaces of #675fbc

RGB 10395188
HSL0.680.410.55
HSV245°49°74°
CMYK 0.450.490.00   0.26
XYZ18.762814.698849.4252
Yxy14.69880.22640.1773
Hunter Lab38.339020.2632-49.5971
CIE-Lab45.218927.2574-48.1569

#675fbc color RGB value is (103,95,188).

#675fbc hex color red value is 103, green value is 95 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #675fbc hue: 0.68 , saturation: 0.41 and the lightness value of 675fbc is 0.55.

The process color (four color CMYK) of #675fbc color hex is 0.45, 0.49, 0.00, 0.26. Web safe color of #675fbc is #6666cc. Color #675fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01011111 10111100
Octal 147 137 274
Decimal 103 95 188
Hex 67 5F BC

RGB Percentages of Color #675fbc

%26.68
%24.61
%48.70

CMYK Percentages of Color #675fbc

%45
%49
%0
%26

Triadic Colors of #675fbc

#675fbc #bc675f #5fbc67

Analogous Colors of #675fbc

#675fbc #965fbc #5f86bc

Monochromatic Colors of #675fbc

#675fbc

Complementary Color

#675fbc #b4bc5f

#675fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#675fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#675fbc Color CSS Codes

.mybgcolor {background-color:#675fbc; } 
.myforecolor {color:#675fbc; }
.mybordercolor {border:3px solid #675fbc; }

#675fbc Text Font Color

<p style="color:#675fbc">Text here</p>

This sample text font color is #675fbc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#675fbc Background Color

<div style="background-color:#675fbc">
Div content here</div>

This div background color is #675fbc


#675fbc Border Color

<div style="border:3px solid #675fbc">
Div here</div>

This div border color is #675fbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,95,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #675fbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #675fbc;
  -webkit-box-shadow: 1px 1px 3px 2px #675fbc;
  box-shadow:         1px 1px 3px 2px #675fbc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,95,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #675fbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #675fbc;
  -webkit-box-shadow: 1px 1px 3px 2px #675fbc;
  box-shadow:         1px 1px 3px 2px #675fbc;">
Div content here</div>

This div box has shadow with color #675fbc


Comments

No comments written yet.

Please login to write comment.