#666E8B

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

Shades of Waikawa Grey #666E8B

Tints of Waikawa Grey #666E8B

Color information

#666E8B (or 0x666E8B) is unknown color: approx Waikawa Grey. HEX triplet: 66, 6E and 8B. RGB value is (102,110,139). Sum of RGB (Red+Green+Blue) = 102+110+139=351 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.06% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 139 - color contains mainly: blue. Hex color #666E8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666E8B is #999174. Grayscale: #6E6E6E. Windows color (decimal): -10064245 or 9137766. OLE color: 9137766.

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

Color convert

RGB102110139-
CMYK0.270.2100.45
HSL227.03º15.35%47.25%-
HSV(B)227.03º26.62%54.51%-
XYZ15.7215.8426.66-
YUV110.91143.85121.64-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.06%
GREEN value IS 110 (43.36% from 255) = 31.34%
BLUE value IS 139 (54.69% from 255) = 39.60%
R=29.06%
G=31.34%
B=39.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1021101390.270.2100.45227.0315.3547.25
Hex666E8B1B1502De3f2f
Octal14615621333250553431757
Binary110011011011101000101111011101010101101111000111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,110,139); }

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

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

 a { background-color: rgb(102,110,139); }

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

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

 span { border-color: rgb(102,110,139); }

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