Html Css Color HEX #666B87 Waikawa Grey

📋 copy color: '#666B87'

red 102 ◦ green 107 ◦ blue 135

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

Shades of Waikawa Grey #666B87

Tints of Waikawa Grey #666B87

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.1%

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

R = 29.65%
G = 31.1%
B = 39.24%

CMYK

 C value IS 0.24

 M value IS 0.21

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#666B87 (or 0x666B87) is known color: Waikawa Grey. HEX triplet: 66, 6B and 87. RGB value is (102,107,135). Sum of RGB (Red+Green+Blue) = 102+107+135=344 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.65% from 344); Green value is 107 (42.19% from 255 or 31.10% from 344); Blue value is 135 (53.12% from 255 or 39.24% from 344); Max value from RGB is 135 - color contains mainly: blue. Hex color #666B87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666B87 is #999478. Grayscale: #6C6C6C. Windows color (decimal): -10065017 or 8874854. OLE color: 8874854.

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

Color convert

RGB 102 107 135 -
CMYK 0.24 0.21 0 0.47
HSL 230.91º 0.14% 0.46% -
HSV(B) 230.91º 0.24% 0.53% -
XYZ 15.11 15.09 25.04 -
YUV 108.7 142.84 123.22 -
System Red Green Blue C M Y K H S L
Decimal 102 107 135 0.24 0.21 0 0.47 230.91 0.14 0.46
Hex 66 6B 87 18 15 0 2F E7 E 2E
Octal 146 153 207 30 25 0 57 347 16 56
Binary 1100110 1101011 10000111 11000 10101 0 101111 11100111 1110 101110

Color Harmonies of #666B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666B87

Black with #666B87

Text Example


Text Example

White with #666B87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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