#666A8C

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

Shades of Waikawa Grey #666A8C

Tints of Waikawa Grey #666A8C

Color information

#666A8C (or 0x666A8C) is unknown color: approx Waikawa Grey. HEX triplet: 66, 6A and 8C. RGB value is (102,106,140). Sum of RGB (Red+Green+Blue) = 102+106+140=348 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.31% from 348); Green value is 106 (41.80% from 255 or 30.46% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 140 - color contains mainly: blue. Hex color #666A8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666A8C is #999573. Grayscale: #6C6C6C. Windows color (decimal): -10065268 or 9202278. OLE color: 9202278.

HSL color Cylindrical-coordinate representation of color #666A8C: hue angle of 233.68º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #666A8C is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB102106140-
CMYK0.270.2400.45
HSL233.68º15.7%47.45%-
HSV(B)233.68º27.14%54.9%-
XYZ15.3715.0326.9-
YUV108.68145.67123.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.31%
GREEN value IS 106 (41.80% from 255) = 30.46%
BLUE value IS 140 (55.08% from 255) = 40.23%
R=29.31%
G=30.46%
B=40.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1021061400.270.2400.45233.6815.747.45
Hex666A8C1B1802Dea102f
Octal14615221433300553522057
Binary1100110110101010001100110111100001011011110101010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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