Html Css Color HEX #666992 Waikawa Grey

📋 copy color: '#666992'

red 102 ◦ green 105 ◦ blue 146

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

Shades of Waikawa Grey #666992

Tints of Waikawa Grey #666992

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.75%

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

R = 28.9%
G = 29.75%
B = 41.36%

CMYK

 C value IS 0.30

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#666992 (or 0x666992) is known color: Waikawa Grey. HEX triplet: 66, 69 and 92. RGB value is (102,105,146). Sum of RGB (Red+Green+Blue) = 102+105+146=353 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.90% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 146 (57.42% from 255 or 41.36% from 353); Max value from RGB is 146 - color contains mainly: blue. Hex color #666992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666992 is #99966D. Grayscale: #6C6C6C. Windows color (decimal): -10065518 or 9595238. OLE color: 9595238.

HSL color Cylindrical-coordinate representation of color #666992: hue angle of 235.91º 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 #666992 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 102 105 146 -
CMYK 0.30 0.28 0 0.43
HSL 235.91º 0.18% 0.49% -
HSV(B) 235.91º 0.3% 0.57% -
XYZ 15.72 15 29.26 -
YUV 108.78 149.01 123.17 -
System Red Green Blue C M Y K H S L
Decimal 102 105 146 0.30 0.28 0 0.43 235.91 0.18 0.49
Hex 66 69 92 1E 1C 0 2B EC 12 31
Octal 146 151 222 36 34 0 53 354 22 61
Binary 1100110 1101001 10010010 11110 11100 0 101011 11101100 10010 110001

Color Harmonies of #666992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666992

Black with #666992

Text Example


Text Example

White with #666992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666992; }

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

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

background-color css

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

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

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

border-color css

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

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

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