#626086

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

Shades of Comet #626086

Tints of Comet #626086

Color information

#626086 (or 0x626086) is unknown color: approx Comet. HEX triplet: 62, 60 and 86. RGB value is (98,96,134). Sum of RGB (Red+Green+Blue) = 98+96+134=328 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.88% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 134 (52.73% from 255 or 40.85% from 328); Max value from RGB is 134 - color contains mainly: blue. Hex color #626086 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626086 is #9D9F79. Grayscale: #646464. Windows color (decimal): -10329978 or 8806498. OLE color: 8806498.

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

Color convert

RGB9896134-
CMYK0.270.2800.47
HSL243.16º16.52%45.1%-
HSV(B)243.16º28.36%52.55%-
XYZ13.5212.6824.29-
YUV100.93146.66125.91-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.88%
GREEN value IS 96 (37.89% from 255) = 29.27%
BLUE value IS 134 (52.73% from 255) = 40.85%
R=29.88%
G=29.27%
B=40.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal98961340.270.2800.47243.1616.5245.1
Hex6260861B1C02Ff3112d
Octal14214020633340573632155
Binary1100010110000010000110110111110001011111111001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626086; }

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

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

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

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

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

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

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

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