#666C8A

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

Shades of Waikawa Grey #666C8A

Tints of Waikawa Grey #666C8A

Color information

#666C8A (or 0x666C8A) is unknown color: approx Waikawa Grey. HEX triplet: 66, 6C and 8A. RGB value is (102,108,138). Sum of RGB (Red+Green+Blue) = 102+108+138=348 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.31% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 138 - color contains mainly: blue. Hex color #666C8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666C8A is #999375. Grayscale: #6D6D6D. Windows color (decimal): -10064758 or 9071718. OLE color: 9071718.

HSL color Cylindrical-coordinate representation of color #666C8A: hue angle of 230º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #666C8A is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB102108138-
CMYK0.260.2200.46
HSL230º15%47.06%-
HSV(B)230º26.09%54.12%-
XYZ15.4315.3826.2-
YUV109.63144.01122.56-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.31%
GREEN value IS 108 (42.58% from 255) = 31.03%
BLUE value IS 138 (54.30% from 255) = 39.66%
R=29.31%
G=31.03%
B=39.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1021081380.260.2200.462301547.06
Hex666C8A1A1602Ee6f2f
Octal14615421232260563461757
Binary110011011011001000101011010101100101110111001101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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