Color Hex Logo

#6777cb Color Hex

#6777CB
(103,119,203)
0 Favorites   0 Comments

Color spaces of #6777cb

RGB 103119203
HSL0.640.490.60
HSV230°49°80°
CMYK 0.490.410.00   0.20
XYZ22.969820.389059.2247
Yxy20.38900.22390.1988
Hunter Lab45.154211.7826-46.1575
CIE-Lab52.274217.1560-45.5450

#6777cb color RGB value is (103,119,203).

#6777cb hex color red value is 103, green value is 119 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #6777cb hue: 0.64 , saturation: 0.49 and the lightness value of 6777cb is 0.60.

The process color (four color CMYK) of #6777cb color hex is 0.49, 0.41, 0.00, 0.20. Web safe color of #6777cb is #6666cc. Color #6777cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01110111 11001011
Octal 147 167 313
Decimal 103 119 203
Hex 67 77 CB

RGB Percentages of Color #6777cb

%24.24
%28.00
%47.76

CMYK Percentages of Color #6777cb

%49
%41
%0
%20

Triadic Colors of #6777cb

#6777cb #cb6777 #77cb67

Analogous Colors of #6777cb

#6777cb #8967cb #67a9cb

Monochromatic Colors of #6777cb

#6777cb

Complementary Color

#6777cb #cbbb67

#6777cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6777cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6777cb Color CSS Codes

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

#6777cb Text Font Color

<p style="color:#6777cb">Text here</p>

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


#6777cb Background Color

<div style="background-color:#6777cb">
Div content here</div>

This div background color is #6777cb


#6777cb Border Color

<div style="border:3px solid #6777cb">
Div here</div>

This div border color is #6777cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,119,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6777cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6777cb;
  -webkit-box-shadow: 1px 1px 3px 2px #6777cb;
  box-shadow:         1px 1px 3px 2px #6777cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,119,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 #6777cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6777cb


Comments

No comments written yet.

Please login to write comment.