#666B85

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

Shades of Waikawa Grey #666B85

Tints of Waikawa Grey #666B85

Color information

#666B85 (or 0x666B85) is unknown color: approx Waikawa Grey. HEX triplet: 66, 6B and 85. RGB value is (102,107,133). Sum of RGB (Red+Green+Blue) = 102+107+133=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 133 (52.34% from 255 or 38.89% from 342); Max value from RGB is 133 - color contains mainly: blue. Hex color #666B85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666B85 is #99947A. Grayscale: #6C6C6C. Windows color (decimal): -10065019 or 8743782. OLE color: 8743782.

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

Color convert

RGB102107133-
CMYK0.230.2000.48
HSL230.32º13.19%46.08%-
HSV(B)230.32º23.31%52.16%-
XYZ14.9715.0324.3-
YUV108.47141.84123.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.82%
GREEN value IS 107 (42.19% from 255) = 31.29%
BLUE value IS 133 (52.34% from 255) = 38.89%
R=29.82%
G=31.29%
B=38.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1021071330.230.2000.48230.3213.1946.08
Hex666B851714030e6d2e
Octal14615320527240603461556
Binary110011011010111000010110111101000110000111001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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