Html Css Color HEX #666F87 Waikawa Grey

📋 copy color: '#666F87'

red 102 ◦ green 111 ◦ blue 135

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

Shades of Waikawa Grey #666F87

Tints of Waikawa Grey #666F87

RGB

 RED value IS 102 (40.23% from 255) = 29.31%

 GREEN value IS 111 (43.75% from 255) = 31.9%

 BLUE value IS 135 (53.13% from 255) = 38.79%

R = 29.31%
G = 31.9%
B = 38.79%

CMYK

 C value IS 0.24

 M value IS 0.18

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#666F87 (or 0x666F87) is known color: Waikawa Grey. HEX triplet: 66, 6F and 87. RGB value is (102,111,135). Sum of RGB (Red+Green+Blue) = 102+111+135=348 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.31% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 135 (53.12% from 255 or 38.79% from 348); Max value from RGB is 135 - color contains mainly: blue. Hex color #666F87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666F87 is #999078. Grayscale: #6E6E6E. Windows color (decimal): -10063993 or 8875878. OLE color: 8875878.

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

Color convert

RGB 102 111 135 -
CMYK 0.24 0.18 0 0.47
HSL 223.64º 0.14% 0.46% -
HSV(B) 223.64º 0.24% 0.53% -
XYZ 15.54 15.94 25.18 -
YUV 111.05 141.52 121.55 -
System Red Green Blue C M Y K H S L
Decimal 102 111 135 0.24 0.18 0 0.47 223.64 0.14 0.46
Hex 66 6F 87 18 12 0 2F E0 E 2E
Octal 146 157 207 30 22 0 57 340 16 56
Binary 1100110 1101111 10000111 11000 10010 0 101111 11100000 1110 101110

Color Harmonies of #666F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666F87

Black with #666F87

Text Example


Text Example

White with #666F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666F87; }

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

 H1.HeaderClassName
 {
   color: #666F87;
 }
 .AnyTagClassName
 {
   color: #666F87;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #666F87;
 }
 .BgClassName
 {
   background-color: #666F87;
 }
</style>

border-color css

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

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

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