Html Css Color HEX #666E99 Waikawa Grey

📋 copy color: '#666E99'

red 102 ◦ green 110 ◦ blue 153

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

Shades of Waikawa Grey #666E99

Tints of Waikawa Grey #666E99

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.14%

 BLUE value IS 153 (60.16% from 255) = 41.92%

R = 27.95%
G = 30.14%
B = 41.92%

CMYK

 C value IS 0.33

 M value IS 0.28

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#666E99 (or 0x666E99) is known color: Waikawa Grey. HEX triplet: 66, 6E and 99. RGB value is (102,110,153). Sum of RGB (Red+Green+Blue) = 102+110+153=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 153 (60.16% from 255 or 41.92% from 365); Max value from RGB is 153 - color contains mainly: blue. Hex color #666E99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666E99 is #999166. Grayscale: #707070. Windows color (decimal): -10064231 or 10055270. OLE color: 10055270.

HSL color Cylindrical-coordinate representation of color #666E99: hue angle of 230.59º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #666E99 is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 102 110 153 -
CMYK 0.33 0.28 0 0.4
HSL 230.59º 0.2% 0.5% -
HSV(B) 230.59º 0.33% 0.6% -
XYZ 16.81 16.28 32.39 -
YUV 112.51 150.85 120.5 -
System Red Green Blue C M Y K H S L
Decimal 102 110 153 0.33 0.28 0 0.4 230.59 0.2 0.5
Hex 66 6E 99 21 1C 0 28 E7 14 32
Octal 146 156 231 41 34 0 50 347 24 62
Binary 1100110 1101110 10011001 100001 11100 0 101000 11100111 10100 110010

Color Harmonies of #666E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666E99

Black with #666E99

Text Example


Text Example

White with #666E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,110,153); }

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

background-color css

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

 a { background-color: rgb(102,110,153); }

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

border-color css

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

 span { border-color: rgb(102,110,153); }

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