Html Css Color HEX #666E92 Waikawa Grey

📋 copy color: '#666E92'

red 102 ◦ green 110 ◦ blue 146

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

Shades of Waikawa Grey #666E92

Tints of Waikawa Grey #666E92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 40.78%

R = 28.49%
G = 30.73%
B = 40.78%

CMYK

 C value IS 0.30

 M value IS 0.25

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#666E92 (or 0x666E92) is known color: Waikawa Grey. HEX triplet: 66, 6E and 92. RGB value is (102,110,146). Sum of RGB (Red+Green+Blue) = 102+110+146=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 146 (57.42% from 255 or 40.78% from 358); Max value from RGB is 146 - color contains mainly: blue. Hex color #666E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666E92 is #99916D. Grayscale: #6F6F6F. Windows color (decimal): -10064238 or 9596518. OLE color: 9596518.

HSL color Cylindrical-coordinate representation of color #666E92: hue angle of 229.09º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #666E92 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 102 110 146 -
CMYK 0.30 0.25 0 0.43
HSL 229.09º 0.18% 0.49% -
HSV(B) 229.09º 0.3% 0.57% -
XYZ 16.24 16.05 29.44 -
YUV 111.71 147.35 121.07 -
System Red Green Blue C M Y K H S L
Decimal 102 110 146 0.30 0.25 0 0.43 229.09 0.18 0.49
Hex 66 6E 92 1E 19 0 2B E5 12 31
Octal 146 156 222 36 31 0 53 345 22 61
Binary 1100110 1101110 10010010 11110 11001 0 101011 11100101 10010 110001

Color Harmonies of #666E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666E92

Black with #666E92

Text Example


Text Example

White with #666E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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