#626186

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

Shades of Comet #626186

Tints of Comet #626186

Color information

#626186 (or 0x626186) is unknown color: approx Comet. HEX triplet: 62, 61 and 86. RGB value is (98,97,134). Sum of RGB (Red+Green+Blue) = 98+97+134=329 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.79% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 134 (52.73% from 255 or 40.73% from 329); Max value from RGB is 134 - color contains mainly: blue. Hex color #626186 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626186 is #9D9E79. Grayscale: #656565. Windows color (decimal): -10329722 or 8806754. OLE color: 8806754.

HSL color Cylindrical-coordinate representation of color #626186: hue angle of 241.62º degrees, saturation: 0.16, 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 #626186 is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9897134-
CMYK0.270.2800.47
HSL241.62º16.02%45.29%-
HSV(B)241.62º27.61%52.55%-
XYZ13.6112.8724.32-
YUV101.52146.33125.49-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.79%
GREEN value IS 97 (38.28% from 255) = 29.48%
BLUE value IS 134 (52.73% from 255) = 40.73%
R=29.79%
G=29.48%
B=40.73%

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
Decimal98971340.270.2800.47241.6216.0245.29
Hex6261861B1C02Ff2102d
Octal14214120633340573622055
Binary1100010110000110000110110111110001011111111001010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626186; }

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

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

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

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

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

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

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

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