#646685

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

Shades of Comet #646685

Tints of Comet #646685

Color information

#646685 (or 0x646685) is unknown color: approx Comet. HEX triplet: 64, 66 and 85. RGB value is (100,102,133). Sum of RGB (Red+Green+Blue) = 100+102+133=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 102 (40.23% from 255 or 30.45% 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 #646685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646685 is #9B997A. Grayscale: #686868. Windows color (decimal): -10197371 or 8742500. OLE color: 8742500.

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

Color convert

RGB100102133-
CMYK0.250.2300.48
HSL236.36º14.16%45.69%-
HSV(B)236.36º24.81%52.16%-
XYZ14.2413.9124.12-
YUV104.94143.84124.48-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1001021330.250.2300.48236.3614.1645.69
Hex6466851917030ece2e
Octal14414620531270603541656
Binary110010011001101000010111001101110110000111011001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646685; }

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

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

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

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

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

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

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

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