#625F84

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

Shades of Comet #625F84

Tints of Comet #625F84

Color information

#625F84 (or 0x625F84) is unknown color: approx Comet. HEX triplet: 62, 5F and 84. RGB value is (98,95,132). Sum of RGB (Red+Green+Blue) = 98+95+132=325 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.15% from 325); Green value is 95 (37.5% from 255 or 29.23% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 132 - color contains mainly: blue. Hex color #625F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625F84 is #9DA07B. Grayscale: #636363. Windows color (decimal): -10330236 or 8675170. OLE color: 8675170.

HSL color Cylindrical-coordinate representation of color #625F84: hue angle of 244.86º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #625F84 is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9895132-
CMYK0.260.2800.48
HSL244.86º16.3%44.51%-
HSV(B)244.86º28.03%51.76%-
XYZ13.2912.4523.53-
YUV100.12145.99126.49-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.15%
GREEN value IS 95 (37.5% from 255) = 29.23%
BLUE value IS 132 (51.95% from 255) = 40.62%
R=30.15%
G=29.23%
B=40.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal98951320.260.2800.48244.8616.344.51
Hex625F841A1C030f5102d
Octal14213720432340603652055
Binary1100010101111110000100110101110001100001111010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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