#666E85

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

Shades of Waikawa Grey #666E85

Tints of Waikawa Grey #666E85

Color information

#666E85 (or 0x666E85) is unknown color: approx Waikawa Grey. HEX triplet: 66, 6E and 85. RGB value is (102,110,133). Sum of RGB (Red+Green+Blue) = 102+110+133=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 133 (52.34% from 255 or 38.55% from 345); Max value from RGB is 133 - color contains mainly: blue. Hex color #666E85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666E85 is #99917A. Grayscale: #6E6E6E. Windows color (decimal): -10064251 or 8744550. OLE color: 8744550.

HSL color Cylindrical-coordinate representation of color #666E85: hue angle of 224.52º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #666E85 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB102110133-
CMYK0.230.1700.48
HSL224.52º13.19%46.08%-
HSV(B)224.52º23.31%52.16%-
XYZ15.2915.6724.41-
YUV110.23140.85122.13-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.57%
GREEN value IS 110 (43.36% from 255) = 31.88%
BLUE value IS 133 (52.34% from 255) = 38.55%
R=29.57%
G=31.88%
B=38.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1021101330.230.1700.48224.5213.1946.08
Hex666E851711030e1d2e
Octal14615620527210603411556
Binary110011011011101000010110111100010110000111000011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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