#626382

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

Shades of Comet #626382

Tints of Comet #626382

Color information

#626382 (or 0x626382) is unknown color: approx Comet. HEX triplet: 62, 63 and 82. RGB value is (98,99,130). Sum of RGB (Red+Green+Blue) = 98+99+130=327 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.97% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 130 (51.17% from 255 or 39.76% from 327); Max value from RGB is 130 - color contains mainly: blue. Hex color #626382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626382 is #9D9C7D. Grayscale: #666666. Windows color (decimal): -10329214 or 8545122. OLE color: 8545122.

HSL color Cylindrical-coordinate representation of color #626382: hue angle of 238.12º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #626382 is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9899130-
CMYK0.250.2400.49
HSL238.12º14.04%44.71%-
HSV(B)238.12º24.62%50.98%-
XYZ13.5313.1322.94-
YUV102.23143.67124.98-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.97%
GREEN value IS 99 (39.06% from 255) = 30.28%
BLUE value IS 130 (51.17% from 255) = 39.76%
R=29.97%
G=30.28%
B=39.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal98991300.250.2400.49238.1214.0444.71
Hex6263821918031eee2d
Octal14214320231300613561655
Binary110001011000111000001011001110000110001111011101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626382; }

 p { color: rgb(98,99,130); }

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

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

 a { background-color: rgb(98,99,130); }

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

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

 span { border-color: rgb(98,99,130); }

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