#666D8B

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

Shades of Waikawa Grey #666D8B

Tints of Waikawa Grey #666D8B

Color information

#666D8B (or 0x666D8B) is unknown color: approx Waikawa Grey. HEX triplet: 66, 6D and 8B. RGB value is (102,109,139). Sum of RGB (Red+Green+Blue) = 102+109+139=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 139 - color contains mainly: blue. Hex color #666D8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666D8B is #999274. Grayscale: #6E6E6E. Windows color (decimal): -10064501 or 9137510. OLE color: 9137510.

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

Color convert

RGB102109139-
CMYK0.270.2200.45
HSL228.65º15.35%47.25%-
HSV(B)228.65º26.62%54.51%-
XYZ15.6115.6326.62-
YUV110.33144.18122.06-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.14%
GREEN value IS 109 (42.97% from 255) = 31.14%
BLUE value IS 139 (54.69% from 255) = 39.71%
R=29.14%
G=31.14%
B=39.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1021091390.270.2200.45228.6515.3547.25
Hex666D8B1B1602De5f2f
Octal14615521333260553451757
Binary110011011011011000101111011101100101101111001011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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