#666685

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

Shades of Comet #666685

Tints of Comet #666685

Color information

#666685 (or 0x666685) is unknown color: approx Comet. HEX triplet: 66, 66 and 85. RGB value is (102,102,133). Sum of RGB (Red+Green+Blue) = 102+102+133=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 133 - color contains mainly: blue. Hex color #666685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666685 is #99997A. Grayscale: #696969. Windows color (decimal): -10066299 or 8742502. OLE color: 8742502.

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

Color convert

RGB102102133-
CMYK0.230.2300.48
HSL240º13.19%46.08%-
HSV(B)240º23.31%52.16%-
XYZ14.4614.0224.13-
YUV105.53143.5125.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.27%
GREEN value IS 102 (40.23% from 255) = 30.27%
BLUE value IS 133 (52.34% from 255) = 39.47%
R=30.27%
G=30.27%
B=39.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1021021330.230.2300.4824013.1946.08
Hex6666851717030f0d2e
Octal14614620527270603601556
Binary110011011001101000010110111101110110000111100001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666685; }

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

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

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

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

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

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

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

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