#666C85

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

Shades of Waikawa Grey #666C85

Tints of Waikawa Grey #666C85

Color information

#666C85 (or 0x666C85) is unknown color: approx Waikawa Grey. HEX triplet: 66, 6C and 85. RGB value is (102,108,133). Sum of RGB (Red+Green+Blue) = 102+108+133=343 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.74% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 133 (52.34% from 255 or 38.78% from 343); Max value from RGB is 133 - color contains mainly: blue. Hex color #666C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666C85 is #99937A. Grayscale: #6C6C6C. Windows color (decimal): -10064763 or 8744038. OLE color: 8744038.

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

Color convert

RGB102108133-
CMYK0.230.1900.48
HSL228.39º13.19%46.08%-
HSV(B)228.39º23.31%52.16%-
XYZ15.0815.2424.34-
YUV109.06141.51122.97-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.74%
GREEN value IS 108 (42.58% from 255) = 31.49%
BLUE value IS 133 (52.34% from 255) = 38.78%
R=29.74%
G=31.49%
B=38.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1021081330.230.1900.48228.3913.1946.08
Hex666C851713030e4d2e
Octal14615420527230603441556
Binary110011011011001000010110111100110110000111001001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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