#666A85

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

Shades of Comet #666A85

Tints of Comet #666A85

Color information

#666A85 (or 0x666A85) is unknown color: approx Comet. HEX triplet: 66, 6A and 85. RGB value is (102,106,133). Sum of RGB (Red+Green+Blue) = 102+106+133=341 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.91% from 341); Green value is 106 (41.80% from 255 or 31.09% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 133 - color contains mainly: blue. Hex color #666A85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666A85 is #99957A. Grayscale: #6B6B6B. Windows color (decimal): -10065275 or 8743526. OLE color: 8743526.

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

Color convert

RGB102106133-
CMYK0.230.2000.48
HSL232.26º13.19%46.08%-
HSV(B)232.26º23.31%52.16%-
XYZ14.8714.8324.27-
YUV107.88142.17123.8-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.91%
GREEN value IS 106 (41.80% from 255) = 31.09%
BLUE value IS 133 (52.34% from 255) = 39.00%
R=29.91%
G=31.09%
B=39.00%

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
Decimal1021061330.230.2000.48232.2613.1946.08
Hex666A851714030e8d2e
Octal14615220527240603501556
Binary110011011010101000010110111101000110000111010001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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