Html Css Color HEX #667087 Waikawa Grey

📋 copy color: '#667087'

red 102 ◦ green 112 ◦ blue 135

#667087
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Waikawa Grey #667087

Tints of Waikawa Grey #667087

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.13% from 255) = 38.68%

R = 29.23%
G = 32.09%
B = 38.68%

CMYK

 C value IS 0.24

 M value IS 0.17

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#667087 (or 0x667087) is known color: 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

RGB 102 112 135 -
CMYK 0.24 0.17 0 0.47
HSL 221.82º 0.14% 0.46% -
HSV(B) 221.82º 0.24% 0.53% -
XYZ 15.65 16.16 25.22 -
YUV 111.63 141.19 121.13 -
System Red Green Blue C M Y K H S L
Decimal 102 112 135 0.24 0.17 0 0.47 221.82 0.14 0.46
Hex 66 70 87 18 11 0 2F DE E 2E
Octal 146 160 207 30 21 0 57 336 16 56
Binary 1100110 1110000 10000111 11000 10001 0 101111 11011110 1110 101110

Color Harmonies of #667087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667087

Black with #667087

Text Example


Text Example

White with #667087

Text Example


Text Example

HTML Codes & Css Web 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>