#646286

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

Shades of Comet #646286

Tints of Comet #646286

Color information

#646286 (or 0x646286) is unknown color: approx Comet. HEX triplet: 64, 62 and 86. RGB value is (100,98,134). Sum of RGB (Red+Green+Blue) = 100+98+134=332 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.12% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 134 (52.73% from 255 or 40.36% from 332); Max value from RGB is 134 - color contains mainly: blue. Hex color #646286 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646286 is #9B9D79. Grayscale: #666666. Windows color (decimal): -10198394 or 8807012. OLE color: 8807012.

HSL color Cylindrical-coordinate representation of color #646286: hue angle of 243.33º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #646286 is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10098134-
CMYK0.250.2700.47
HSL243.33º15.52%45.49%-
HSV(B)243.33º26.87%52.55%-
XYZ13.9313.1724.36-
YUV102.7145.66126.07-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.12%
GREEN value IS 98 (38.67% from 255) = 29.52%
BLUE value IS 134 (52.73% from 255) = 40.36%
R=30.12%
G=29.52%
B=40.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal100981340.250.2700.47243.3315.5245.49
Hex646286191B02Ff3102d
Octal14414220631330573632055
Binary1100100110001010000110110011101101011111111001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646286; }

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

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

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

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

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

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

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

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