#615062

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

Shades of Fedora #615062

Tints of Fedora #615062

Color information

#615062 (or 0x615062) is unknown color: approx Fedora. HEX triplet: 61, 50 and 62. RGB value is (97,80,98). Sum of RGB (Red+Green+Blue) = 97+80+98=275 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.27% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 98 (38.67% from 255 or 35.64% from 275); Max value from RGB is 98 - color contains mainly: blue. Hex color #615062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615062 is #9EAF9D. Grayscale: #575757. Windows color (decimal): -10399646 or 6443105. OLE color: 6443105.

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

Color convert

RGB978098-
CMYK0.010.1800.62
HSL296.67º10.11%34.9%-
HSV(B)296.67º18.37%38.43%-
XYZ109.1612.8-
YUV87.14134.13135.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.27%
GREEN value IS 80 (31.64% from 255) = 29.09%
BLUE value IS 98 (38.67% from 255) = 35.64%
R=35.27%
G=29.09%
B=35.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9780980.010.1800.62296.6710.1134.9
Hex61506211203E129a23
Octal1411201421220764511243
Binary11000011010000110001011001001111101001010011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615062; }

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

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

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

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

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

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

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

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