#615369

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

Shades of Fedora #615369

Tints of Fedora #615369

Color information

#615369 (or 0x615369) is unknown color: approx Fedora. HEX triplet: 61, 53 and 69. RGB value is (97,83,105). Sum of RGB (Red+Green+Blue) = 97+83+105=285 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.04% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 105 (41.41% from 255 or 36.84% from 285); Max value from RGB is 105 - color contains mainly: blue. Hex color #615369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615369 is #9EAC96. Grayscale: #595959. Windows color (decimal): -10398871 or 6902625. OLE color: 6902625.

HSL color Cylindrical-coordinate representation of color #615369: hue angle of 278.18º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #615369 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9783105-
CMYK0.080.2100.59
HSL278.18º11.7%36.86%-
HSV(B)278.18º20.95%41.18%-
XYZ10.579.7514.69-
YUV89.69136.64133.21-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.04%
GREEN value IS 83 (32.81% from 255) = 29.12%
BLUE value IS 105 (41.41% from 255) = 36.84%
R=34.04%
G=29.12%
B=36.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal97831050.080.2100.59278.1811.736.86
Hex61536981503B116c25
Octal14112315110250734261445
Binary11000011010011110100110001010101110111000101101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615369; }

 p { color: rgb(97,83,105); }

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

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

 a { background-color: rgb(97,83,105); }

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

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

 span { border-color: rgb(97,83,105); }

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