#666C8C

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

Shades of Waikawa Grey #666C8C

Tints of Waikawa Grey #666C8C

Color information

#666C8C (or 0x666C8C) is unknown color: approx Waikawa Grey. HEX triplet: 66, 6C and 8C. RGB value is (102,108,140). Sum of RGB (Red+Green+Blue) = 102+108+140=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 108 (42.58% from 255 or 30.86% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 140 - color contains mainly: blue. Hex color #666C8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666C8C is #999373. Grayscale: #6D6D6D. Windows color (decimal): -10064756 or 9202790. OLE color: 9202790.

HSL color Cylindrical-coordinate representation of color #666C8C: hue angle of 230.53º 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 #666C8C is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB102108140-
CMYK0.270.2300.45
HSL230.53º15.7%47.45%-
HSV(B)230.53º27.14%54.9%-
XYZ15.5815.4426.97-
YUV109.85145.01122.4-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.14%
GREEN value IS 108 (42.58% from 255) = 30.86%
BLUE value IS 140 (55.08% from 255) = 40%
R=29.14%
G=30.86%
B=40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1021081400.270.2300.45230.5315.747.45
Hex666C8C1B1702De7102f
Octal14615421433270553472057
Binary1100110110110010001100110111011101011011110011110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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