#646285

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

Shades of Comet #646285

Tints of Comet #646285

Color information

#646285 (or 0x646285) is unknown color: approx Comet. HEX triplet: 64, 62 and 85. RGB value is (100,98,133). Sum of RGB (Red+Green+Blue) = 100+98+133=331 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.21% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 133 (52.34% from 255 or 40.18% from 331); Max value from RGB is 133 - color contains mainly: blue. Hex color #646285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646285 is #9B9D7A. Grayscale: #666666. Windows color (decimal): -10198395 or 8741476. OLE color: 8741476.

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

Color convert

RGB10098133-
CMYK0.250.2600.48
HSL243.43º15.15%45.29%-
HSV(B)243.43º26.32%52.16%-
XYZ13.8613.1424-
YUV102.59145.16126.15-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.21%
GREEN value IS 98 (38.67% from 255) = 29.61%
BLUE value IS 133 (52.34% from 255) = 40.18%
R=30.21%
G=29.61%
B=40.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal100981330.250.2600.48243.4315.1545.29
Hex646285191A030f3f2d
Octal14414220531320603631755
Binary110010011000101000010111001110100110000111100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646285; }

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

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

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

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

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

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

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

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