#667088

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

Shades of Waikawa Grey #667088

Tints of Waikawa Grey #667088

Color information

#667088 (or 0x667088) is unknown color: approx Waikawa Grey. HEX triplet: 66, 70 and 88. RGB value is (102,112,136). Sum of RGB (Red+Green+Blue) = 102+112+136=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 136 (53.52% from 255 or 38.86% from 350); Max value from RGB is 136 - color contains mainly: blue. Hex color #667088 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667088 is #998F77. Grayscale: #6F6F6F. Windows color (decimal): -10063736 or 8941670. OLE color: 8941670.

HSL color Cylindrical-coordinate representation of color #667088: hue angle of 222.35º 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 #667088 is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB102112136-
CMYK0.250.1800.47
HSL222.35º14.29%46.67%-
HSV(B)222.35º25%53.33%-
XYZ15.7216.1925.59-
YUV111.75141.69121.05-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.14%
GREEN value IS 112 (44.14% from 255) = 32%
BLUE value IS 136 (53.52% from 255) = 38.86%
R=29.14%
G=32%
B=38.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1021121360.250.1800.47222.3514.2946.67
Hex667088191202Fdee2f
Octal14616021031220573361657
Binary110011011100001000100011001100100101111110111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667088; }

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

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

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

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

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

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

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

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