#666F92

Color #666F92 Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #666F92

Tints of Waikawa Grey #666F92

Color information

#666F92 (or 0x666F92) is unknown color: approx Waikawa Grey. HEX triplet: 66, 6F and 92. RGB value is (102,111,146). Sum of RGB (Red+Green+Blue) = 102+111+146=359 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.41% from 359); Green value is 111 (43.75% from 255 or 30.92% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 146 - color contains mainly: blue. Hex color #666F92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666F92 is #99906D. Grayscale: #707070. Windows color (decimal): -10063982 or 9596774. OLE color: 9596774.

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

Color convert

RGB102111146-
CMYK0.300.2400.43
HSL227.73º17.74%48.63%-
HSV(B)227.73º30.14%57.25%-
XYZ16.3516.2729.47-
YUV112.3147.02120.65-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.41%
GREEN value IS 111 (43.75% from 255) = 30.92%
BLUE value IS 146 (57.42% from 255) = 40.67%
R=28.41%
G=30.92%
B=40.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1021111460.300.2400.43227.7317.7448.63
Hex666F921E1802Be41231
Octal14615722236300533442261
Binary1100110110111110010010111101100001010111110010010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #666F92;
 }
 .AnyTagClassName
 {
   color: #666F92;
 }
</style>
background-color css

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

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

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

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

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

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