#626780

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

Shades of Comet #626780

Tints of Comet #626780

Color information

#626780 (or 0x626780) is unknown color: approx Comet. HEX triplet: 62, 67 and 80. RGB value is (98,103,128). Sum of RGB (Red+Green+Blue) = 98+103+128=329 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.79% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 128 - color contains mainly: blue. Hex color #626780 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626780 is #9D987F. Grayscale: #686868. Windows color (decimal): -10328192 or 8415074. OLE color: 8415074.

HSL color Cylindrical-coordinate representation of color #626780: hue angle of 230º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #626780 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB98103128-
CMYK0.230.2000.50
HSL230º13.27%44.31%-
HSV(B)230º23.44%50.2%-
XYZ13.7813.8622.37-
YUV104.36141.34123.47-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.79%
GREEN value IS 103 (40.62% from 255) = 31.31%
BLUE value IS 128 (50.39% from 255) = 38.91%
R=29.79%
G=31.31%
B=38.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal981031280.230.2000.5023013.2744.31
Hex6267801714032e6d2c
Octal14214720027240623461554
Binary110001011001111000000010111101000110010111001101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626780; }

 p { color: rgb(98,103,128); }

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

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

 a { background-color: rgb(98,103,128); }

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

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

 span { border-color: rgb(98,103,128); }

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