#626484

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

Shades of Comet #626484

Tints of Comet #626484

Color information

#626484 (or 0x626484) is unknown color: approx Comet. HEX triplet: 62, 64 and 84. RGB value is (98,100,132). Sum of RGB (Red+Green+Blue) = 98+100+132=330 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.70% from 330); Green value is 100 (39.45% from 255 or 30.30% 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 #626484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626484 is #9D9B7B. Grayscale: #666666. Windows color (decimal): -10328956 or 8676450. OLE color: 8676450.

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

Color convert

RGB98100132-
CMYK0.260.2400.48
HSL236.47º14.78%45.1%-
HSV(B)236.47º25.76%51.76%-
XYZ13.7613.3823.69-
YUV103.05144.34124.4-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal981001320.260.2400.48236.4714.7845.1
Hex6264841A18030ecf2d
Octal14214420432300603541755
Binary110001011001001000010011010110000110000111011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626484; }

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

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

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

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

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

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

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

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