#666485

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

Shades of Comet #666485

Tints of Comet #666485

Color information

#666485 (or 0x666485) is unknown color: approx Comet. HEX triplet: 66, 64 and 85. RGB value is (102,100,133). Sum of RGB (Red+Green+Blue) = 102+100+133=335 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.45% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 133 - color contains mainly: blue. Hex color #666485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666485 is #999B7A. Grayscale: #686868. Windows color (decimal): -10066811 or 8741990. OLE color: 8741990.

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

Color convert

RGB102100133-
CMYK0.230.2500.48
HSL243.64º14.16%45.69%-
HSV(B)243.64º24.81%52.16%-
XYZ14.2713.6324.07-
YUV104.36144.16126.32-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.45%
GREEN value IS 100 (39.45% from 255) = 29.85%
BLUE value IS 133 (52.34% from 255) = 39.70%
R=30.45%
G=29.85%
B=39.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1021001330.230.2500.48243.6414.1645.69
Hex6664851719030f4e2e
Octal14614420527310603641656
Binary110011011001001000010110111110010110000111101001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666485; }

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

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

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

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

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

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

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

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