#666991

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

Shades of Waikawa Grey #666991

Tints of Waikawa Grey #666991

Color information

#666991 (or 0x666991) is unknown color: approx Waikawa Grey. HEX triplet: 66, 69 and 91. RGB value is (102,105,145). Sum of RGB (Red+Green+Blue) = 102+105+145=352 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.98% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 145 (57.03% from 255 or 41.19% from 352); Max value from RGB is 145 - color contains mainly: blue. Hex color #666991 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666991 is #99966E. Grayscale: #6C6C6C. Windows color (decimal): -10065519 or 9529702. OLE color: 9529702.

HSL color Cylindrical-coordinate representation of color #666991: hue angle of 235.81º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #666991 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB102105145-
CMYK0.300.2800.43
HSL235.81º17.41%48.43%-
HSV(B)235.81º29.66%56.86%-
XYZ15.6414.9728.85-
YUV108.66148.51123.25-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.98%
GREEN value IS 105 (41.41% from 255) = 29.83%
BLUE value IS 145 (57.03% from 255) = 41.19%
R=28.98%
G=29.83%
B=41.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1021051450.300.2800.43235.8117.4148.43
Hex6669911E1C02Bec1130
Octal14615122136340533542160
Binary1100110110100110010001111101110001010111110110010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666991; }

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

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

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

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

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

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

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

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