Color Hex Logo

#667bcb Color Hex

#667BCB
(102,123,203)
0 Favorites   0 Comments

Color spaces of #667bcb

RGB 102123203
HSL0.630.490.60
HSV228°50°80°
CMYK 0.500.390.00   0.20
XYZ23.341921.302559.3815
Yxy21.30250.22440.2048
Hunter Lab46.15469.5027-43.9729
CIE-Lab53.279014.4978-43.9566

#667bcb color RGB value is (102,123,203).

#667bcb hex color red value is 102, green value is 123 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #667bcb hue: 0.63 , saturation: 0.49 and the lightness value of 667bcb is 0.60.

The process color (four color CMYK) of #667bcb color hex is 0.50, 0.39, 0.00, 0.20. Web safe color of #667bcb is #6666cc. Color #667bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01111011 11001011
Octal 146 173 313
Decimal 102 123 203
Hex 66 7B CB

RGB Percentages of Color #667bcb

%23.83
%28.74
%47.43

CMYK Percentages of Color #667bcb

%50
%39
%0
%20

Triadic Colors of #667bcb

#667bcb #cb667b #7bcb66

Analogous Colors of #667bcb

#667bcb #8466cb #66aecb

Monochromatic Colors of #667bcb

#667bcb

Complementary Color

#667bcb #cbb666

#667bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#667bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#667bcb Color CSS Codes

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

#667bcb Text Font Color

<p style="color:#667bcb">Text here</p>

This sample text font color is #667bcb
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.


#667bcb Background Color

<div style="background-color:#667bcb">
Div content here</div>

This div background color is #667bcb


#667bcb Border Color

<div style="border:3px solid #667bcb">
Div here</div>

This div border color is #667bcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,123,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #667bcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #667bcb;
  -webkit-box-shadow: 1px 1px 3px 2px #667bcb;
  box-shadow:         1px 1px 3px 2px #667bcb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,123,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #667bcb


Comments

No comments written yet.

Please login to write comment.