#615862

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

Shades of Fedora #615862

Tints of Fedora #615862

Color information

#615862 (or 0x615862) is unknown color: approx Fedora. HEX triplet: 61, 58 and 62. RGB value is (97,88,98). Sum of RGB (Red+Green+Blue) = 97+88+98=283 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.28% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 98 (38.67% from 255 or 34.63% from 283); Max value from RGB is 98 - color contains mainly: blue. Hex color #615862 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615862 is #9EA79D. Grayscale: #5B5B5B. Windows color (decimal): -10397598 or 6445153. OLE color: 6445153.

HSL color Cylindrical-coordinate representation of color #615862: hue angle of 294º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #615862 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB978898-
CMYK0.010.1000.62
HSL294º5.38%36.47%-
HSV(B)294º10.2%38.43%-
XYZ10.6210.413-
YUV91.83131.48131.69-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.28%
GREEN value IS 88 (34.77% from 255) = 31.10%
BLUE value IS 98 (38.67% from 255) = 34.63%
R=34.28%
G=31.10%
B=34.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9788980.010.1000.622945.3836.47
Hex6158621A03E126524
Octal141130142112076446544
Binary110000110110001100010110100111110100100110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615862; }

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

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

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

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

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

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

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

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