#646284

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

Shades of Comet #646284

Tints of Comet #646284

Color information

#646284 (or 0x646284) is unknown color: approx Comet. HEX triplet: 64, 62 and 84. RGB value is (100,98,132). Sum of RGB (Red+Green+Blue) = 100+98+132=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 132 - color contains mainly: blue. Hex color #646284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646284 is #9B9D7B. Grayscale: #666666. Windows color (decimal): -10198396 or 8675940. OLE color: 8675940.

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

Color convert

RGB10098132-
CMYK0.240.2600.48
HSL243.53º14.78%45.1%-
HSV(B)243.53º25.76%51.76%-
XYZ13.7913.1123.63-
YUV102.47144.66126.24-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.30%
GREEN value IS 98 (38.67% from 255) = 29.70%
BLUE value IS 132 (51.95% from 255) = 40%
R=30.30%
G=29.70%
B=40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal100981320.240.2600.48243.5314.7845.1
Hex646284181A030f4f2d
Octal14414220430320603641755
Binary110010011000101000010011000110100110000111101001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646284; }

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

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

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

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

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

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

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

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