#666A8E

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

Shades of Waikawa Grey #666A8E

Tints of Waikawa Grey #666A8E

Color information

#666A8E (or 0x666A8E) is unknown color: approx Waikawa Grey. HEX triplet: 66, 6A and 8E. RGB value is (102,106,142). Sum of RGB (Red+Green+Blue) = 102+106+142=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 106 (41.80% from 255 or 30.29% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 142 - color contains mainly: blue. Hex color #666A8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666A8E is #999571. Grayscale: #6C6C6C. Windows color (decimal): -10065266 or 9333350. OLE color: 9333350.

HSL color Cylindrical-coordinate representation of color #666A8E: hue angle of 234º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #666A8E is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB102106142-
CMYK0.280.2500.44
HSL234º16.39%47.84%-
HSV(B)234º28.17%55.69%-
XYZ15.5215.0927.69-
YUV108.91146.67123.07-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.14%
GREEN value IS 106 (41.80% from 255) = 30.29%
BLUE value IS 142 (55.86% from 255) = 40.57%
R=29.14%
G=30.29%
B=40.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1021061420.280.2500.4423416.3947.84
Hex666A8E1C1902Cea1030
Octal14615221634310543522060
Binary1100110110101010001110111001100101011001110101010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,106,142); }

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

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

 a { background-color: rgb(102,106,142); }

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

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

 span { border-color: rgb(102,106,142); }

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