#626580

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

Shades of Comet #626580

Tints of Comet #626580

Color information

#626580 (or 0x626580) is unknown color: approx Comet. HEX triplet: 62, 65 and 80. RGB value is (98,101,128). Sum of RGB (Red+Green+Blue) = 98+101+128=327 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.97% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 128 (50.39% from 255 or 39.14% from 327); Max value from RGB is 128 - color contains mainly: blue. Hex color #626580 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626580 is #9D9A7F. Grayscale: #676767. Windows color (decimal): -10328704 or 8414562. OLE color: 8414562.

HSL color Cylindrical-coordinate representation of color #626580: hue angle of 234º 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 #626580 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB98101128-
CMYK0.230.2100.50
HSL234º13.27%44.31%-
HSV(B)234º23.44%50.2%-
XYZ13.5913.4622.3-
YUV103.18142.01124.3-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.97%
GREEN value IS 101 (39.84% from 255) = 30.89%
BLUE value IS 128 (50.39% from 255) = 39.14%
R=29.97%
G=30.89%
B=39.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal981011280.230.2100.5023413.2744.31
Hex6265801715032ead2c
Octal14214520027250623521554
Binary110001011001011000000010111101010110010111010101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626580; }

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

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

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

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

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

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

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

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