Html Css Color HEX #666C87 Waikawa Grey

📋 copy color: '#666C87'

red 102 ◦ green 108 ◦ blue 135

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

Shades of Waikawa Grey #666C87

Tints of Waikawa Grey #666C87

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.3%

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

R = 29.57%
G = 31.3%
B = 39.13%

CMYK

 C value IS 0.24

 M value IS 0.2

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#666C87 (or 0x666C87) is known color: Waikawa Grey. HEX triplet: 66, 6C and 87. RGB value is (102,108,135). Sum of RGB (Red+Green+Blue) = 102+108+135=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 135 - color contains mainly: blue. Hex color #666C87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666C87 is #999378. Grayscale: #6D6D6D. Windows color (decimal): -10064761 or 8875110. OLE color: 8875110.

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

Color convert

RGB 102 108 135 -
CMYK 0.24 0.2 0 0.47
HSL 229.09º 0.14% 0.46% -
HSV(B) 229.09º 0.24% 0.53% -
XYZ 15.22 15.3 25.07 -
YUV 109.28 142.51 122.8 -
System Red Green Blue C M Y K H S L
Decimal 102 108 135 0.24 0.2 0 0.47 229.09 0.14 0.46
Hex 66 6C 87 18 14 0 2F E5 E 2E
Octal 146 154 207 30 24 0 57 345 16 56
Binary 1100110 1101100 10000111 11000 10100 0 101111 11100101 1110 101110

Color Harmonies of #666C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666C87

Black with #666C87

Text Example


Text Example

White with #666C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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