#626582

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

Shades of Comet #626582

Tints of Comet #626582

Color information

#626582 (or 0x626582) is unknown color: approx Comet. HEX triplet: 62, 65 and 82. RGB value is (98,101,130). Sum of RGB (Red+Green+Blue) = 98+101+130=329 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.79% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 130 - color contains mainly: blue. Hex color #626582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626582 is #9D9A7D. Grayscale: #676767. Windows color (decimal): -10328702 or 8545634. OLE color: 8545634.

HSL color Cylindrical-coordinate representation of color #626582: hue angle of 234.38º 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 #626582 is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB98101130-
CMYK0.250.2200.49
HSL234.38º14.04%44.71%-
HSV(B)234.38º24.62%50.98%-
XYZ13.7213.5223-
YUV103.41143.01124.14-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.79%
GREEN value IS 101 (39.84% from 255) = 30.70%
BLUE value IS 130 (51.17% from 255) = 39.51%
R=29.79%
G=30.70%
B=39.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal981011300.250.2200.49234.3814.0444.71
Hex6265821916031eae2d
Octal14214520231260613521655
Binary110001011001011000001011001101100110001111010101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626582; }

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

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

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

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

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

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

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

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