#667888

Color #667888 Lynch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lynch #667888

Tints of Lynch #667888

Color information

#667888 (or 0x667888) is unknown color: approx Lynch. HEX triplet: 66, 78 and 88. RGB value is (102,120,136). Sum of RGB (Red+Green+Blue) = 102+120+136=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 136 - color contains mainly: blue. Hex color #667888 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667888 is #998777. Grayscale: #747474. Windows color (decimal): -10061688 or 8943718. OLE color: 8943718.

HSL color Cylindrical-coordinate representation of color #667888: hue angle of 208.24º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #667888 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB102120136-
CMYK0.250.1200.47
HSL208.24º14.29%46.67%-
HSV(B)208.24º25%53.33%-
XYZ16.6418.0425.9-
YUV116.44139.04117.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 28.49%
GREEN value IS 120 (47.27% from 255) = 33.52%
BLUE value IS 136 (53.52% from 255) = 37.99%
R=28.49%
G=33.52%
B=37.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1021201360.250.1200.47208.2414.2946.67
Hex66788819C02Fd0e2f
Octal14617021031140573201657
Binary11001101111000100010001100111000101111110100001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667888; }

 p { color: rgb(102,120,136); }

 H1.HeaderClassName
 {
   color: #667888;
 }
 .AnyTagClassName
 {
   color: #667888;
 }
</style>
background-color css

<style>
 a { background-color: #667888; }

 a { background-color: rgb(102,120,136); }

 div.DivClassName
 {
   background-color: #667888;
 }
 .BgClassName
 {
   background-color: #667888;
 }
</style>
border-color css

<style>
 span { border-color: #667888; }

 span { border-color: rgb(102,120,136); }

 td.TdClassName
 {
   border-color: #667888;
 }
 .TagClassName
 {
   border-color: #667888;
 }
</style>