#626486

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

Shades of Comet #626486

Tints of Comet #626486

Color information

#626486 (or 0x626486) is unknown color: approx Comet. HEX triplet: 62, 64 and 86. RGB value is (98,100,134). Sum of RGB (Red+Green+Blue) = 98+100+134=332 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.52% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 134 (52.73% from 255 or 40.36% from 332); Max value from RGB is 134 - color contains mainly: blue. Hex color #626486 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626486 is #9D9B79. Grayscale: #676767. Windows color (decimal): -10328954 or 8807522. OLE color: 8807522.

HSL color Cylindrical-coordinate representation of color #626486: hue angle of 236.67º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #626486 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB98100134-
CMYK0.270.2500.47
HSL236.67º15.52%45.49%-
HSV(B)236.67º26.87%52.55%-
XYZ13.913.4324.41-
YUV103.28145.34124.24-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.52%
GREEN value IS 100 (39.45% from 255) = 30.12%
BLUE value IS 134 (52.73% from 255) = 40.36%
R=29.52%
G=30.12%
B=40.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal981001340.270.2500.47236.6715.5245.49
Hex6264861B1902Fed102d
Octal14214420633310573552055
Binary1100010110010010000110110111100101011111110110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626486; }

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

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

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

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

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

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

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

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