#626882

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

Shades of Comet #626882

Tints of Comet #626882

Color information

#626882 (or 0x626882) is unknown color: approx Comet. HEX triplet: 62, 68 and 82. RGB value is (98,104,130). Sum of RGB (Red+Green+Blue) = 98+104+130=332 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.52% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 130 (51.17% from 255 or 39.16% from 332); Max value from RGB is 130 - color contains mainly: blue. Hex color #626882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626882 is #9D977D. Grayscale: #696969. Windows color (decimal): -10327934 or 8546402. OLE color: 8546402.

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

Color convert

RGB98104130-
CMYK0.250.200.49
HSL228.75º14.04%44.71%-
HSV(B)228.75º24.62%50.98%-
XYZ14.0214.1123.1-
YUV105.17142.01122.89-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.52%
GREEN value IS 104 (41.02% from 255) = 31.33%
BLUE value IS 130 (51.17% from 255) = 39.16%
R=29.52%
G=31.33%
B=39.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal981041300.250.200.49228.7514.0444.71
Hex6268821914031e5e2d
Octal14215020231240613451655
Binary110001011010001000001011001101000110001111001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626882; }

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

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

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

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

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

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

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

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