#666D85

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

Shades of Waikawa Grey #666D85

Tints of Waikawa Grey #666D85

Color information

#666D85 (or 0x666D85) is unknown color: approx Waikawa Grey. HEX triplet: 66, 6D and 85. RGB value is (102,109,133). Sum of RGB (Red+Green+Blue) = 102+109+133=344 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.65% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 133 (52.34% from 255 or 38.66% from 344); Max value from RGB is 133 - color contains mainly: blue. Hex color #666D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666D85 is #99927A. Grayscale: #6D6D6D. Windows color (decimal): -10064507 or 8744294. OLE color: 8744294.

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

Color convert

RGB102109133-
CMYK0.230.1800.48
HSL226.45º13.19%46.08%-
HSV(B)226.45º23.31%52.16%-
XYZ15.1815.4624.37-
YUV109.64141.18122.55-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.65%
GREEN value IS 109 (42.97% from 255) = 31.69%
BLUE value IS 133 (52.34% from 255) = 38.66%
R=29.65%
G=31.69%
B=38.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1021091330.230.1800.48226.4513.1946.08
Hex666D851712030e2d2e
Octal14615520527220603421556
Binary110011011011011000010110111100100110000111000101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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