#625866

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

Shades of Fedora #625866

Tints of Fedora #625866

Color information

#625866 (or 0x625866) is unknown color: approx Fedora. HEX triplet: 62, 58 and 66. RGB value is (98,88,102). Sum of RGB (Red+Green+Blue) = 98+88+102=288 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.03% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 102 (40.23% from 255 or 35.42% from 288); Max value from RGB is 102 - color contains mainly: blue. Hex color #625866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625866 is #9DA799. Grayscale: #5C5C5C. Windows color (decimal): -10332058 or 6707298. OLE color: 6707298.

HSL color Cylindrical-coordinate representation of color #625866: hue angle of 282.86º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #625866 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB9888102-
CMYK0.040.1400.6
HSL282.86º7.37%37.25%-
HSV(B)282.86º13.73%40%-
XYZ10.9310.5414.03-
YUV92.59133.31131.86-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.03%
GREEN value IS 88 (34.77% from 255) = 30.56%
BLUE value IS 102 (40.23% from 255) = 35.42%
R=34.03%
G=30.56%
B=35.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal98881020.040.1400.6282.867.3737.25
Hex6258664E03C11b725
Octal142130146416074433745
Binary11000101011000110011010011100111100100011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625866; }

 p { color: rgb(98,88,102); }

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

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

 a { background-color: rgb(98,88,102); }

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

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

 span { border-color: rgb(98,88,102); }

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