#625F80

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

Shades of Comet #625F80

Tints of Comet #625F80

Color information

#625F80 (or 0x625F80) is unknown color: approx Comet. HEX triplet: 62, 5F and 80. RGB value is (98,95,128). Sum of RGB (Red+Green+Blue) = 98+95+128=321 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.53% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 128 (50.39% from 255 or 39.88% from 321); Max value from RGB is 128 - color contains mainly: blue. Hex color #625F80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625F80 is #9DA07F. Grayscale: #636363. Windows color (decimal): -10330240 or 8413026. OLE color: 8413026.

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

Color convert

RGB9895128-
CMYK0.230.2600.50
HSL245.45º14.8%43.73%-
HSV(B)245.45º25.78%50.2%-
XYZ13.0312.3422.12-
YUV99.66143.99126.82-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.53%
GREEN value IS 95 (37.5% from 255) = 29.60%
BLUE value IS 128 (50.39% from 255) = 39.88%
R=30.53%
G=29.60%
B=39.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal98951280.230.2600.50245.4514.843.73
Hex625F80171A032f5f2c
Octal14213720027320623651754
Binary110001010111111000000010111110100110010111101011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625F80; }

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

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

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

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

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

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

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

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