#667087

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

Shades of Waikawa Grey #667087

Tints of Waikawa Grey #667087

Color information

#667087 (or 0x667087) is unknown color: approx Waikawa Grey. HEX triplet: 66, 70 and 87. RGB value is (102,112,135). Sum of RGB (Red+Green+Blue) = 102+112+135=349 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.23% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 135 (53.12% from 255 or 38.68% from 349); Max value from RGB is 135 - color contains mainly: blue. Hex color #667087 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667087 is #998F78. Grayscale: #6F6F6F. Windows color (decimal): -10063737 or 8876134. OLE color: 8876134.

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

Color convert

RGB102112135-
CMYK0.240.1700.47
HSL221.82º13.92%46.47%-
HSV(B)221.82º24.44%52.94%-
XYZ15.6516.1625.22-
YUV111.63141.19121.13-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.23%
GREEN value IS 112 (44.14% from 255) = 32.09%
BLUE value IS 135 (53.12% from 255) = 38.68%
R=29.23%
G=32.09%
B=38.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1021121350.240.1700.47221.8213.9246.47
Hex667087181102Fdee2e
Octal14616020730210573361656
Binary110011011100001000011111000100010101111110111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667087; }

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

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

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

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

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

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

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

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