Html Css Color HEX #666C86 Waikawa Grey

📋 copy color: '#666C86'

red 102 ◦ green 108 ◦ blue 134

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

Shades of Waikawa Grey #666C86

Tints of Waikawa Grey #666C86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 38.95%

R = 29.65%
G = 31.4%
B = 38.95%

CMYK

 C value IS 0.24

 M value IS 0.19

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#666C86 (or 0x666C86) is known color: Waikawa Grey. HEX triplet: 66, 6C and 86. RGB value is (102,108,134). Sum of RGB (Red+Green+Blue) = 102+108+134=344 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.65% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 134 (52.73% from 255 or 38.95% from 344); Max value from RGB is 134 - color contains mainly: blue. Hex color #666C86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666C86 is #999379. Grayscale: #6D6D6D. Windows color (decimal): -10064762 or 8809574. OLE color: 8809574.

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

Color convert

RGB 102 108 134 -
CMYK 0.24 0.19 0 0.47
HSL 228.75º 0.14% 0.46% -
HSV(B) 228.75º 0.24% 0.53% -
XYZ 15.15 15.27 24.7 -
YUV 109.17 142.01 122.89 -
System Red Green Blue C M Y K H S L
Decimal 102 108 134 0.24 0.19 0 0.47 228.75 0.14 0.46
Hex 66 6C 86 18 13 0 2F E5 E 2E
Octal 146 154 206 30 23 0 57 345 16 56
Binary 1100110 1101100 10000110 11000 10011 0 101111 11100101 1110 101110

Color Harmonies of #666C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666C86

Black with #666C86

Text Example


Text Example

White with #666C86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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