Html Css Color HEX #666D86 Waikawa Grey

📋 copy color: '#666D86'

red 102 ◦ green 109 ◦ blue 134

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

Shades of Waikawa Grey #666D86

Tints of Waikawa Grey #666D86

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.59%

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

R = 29.57%
G = 31.59%
B = 38.84%

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

#666D86 (or 0x666D86) is known color: Waikawa Grey. HEX triplet: 66, 6D and 86. RGB value is (102,109,134). Sum of RGB (Red+Green+Blue) = 102+109+134=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 134 (52.73% from 255 or 38.84% from 345); Max value from RGB is 134 - color contains mainly: blue. Hex color #666D86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666D86 is #999279. Grayscale: #6D6D6D. Windows color (decimal): -10064506 or 8809830. OLE color: 8809830.

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

Color convert

RGB 102 109 134 -
CMYK 0.24 0.19 0 0.47
HSL 226.88º 0.14% 0.46% -
HSV(B) 226.88º 0.24% 0.53% -
XYZ 15.25 15.48 24.74 -
YUV 109.76 141.68 122.47 -
System Red Green Blue C M Y K H S L
Decimal 102 109 134 0.24 0.19 0 0.47 226.88 0.14 0.46
Hex 66 6D 86 18 13 0 2F E3 E 2E
Octal 146 155 206 30 23 0 57 343 16 56
Binary 1100110 1101101 10000110 11000 10011 0 101111 11100011 1110 101110

Color Harmonies of #666D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666D86

Black with #666D86

Text Example


Text Example

White with #666D86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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