#615065

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

Shades of Fedora #615065

Tints of Fedora #615065

Color information

#615065 (or 0x615065) is unknown color: approx Fedora. HEX triplet: 61, 50 and 65. RGB value is (97,80,101). Sum of RGB (Red+Green+Blue) = 97+80+101=278 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.89% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 101 (39.84% from 255 or 36.33% from 278); Max value from RGB is 101 - color contains mainly: blue. Hex color #615065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615065 is #9EAF9A. Grayscale: #575757. Windows color (decimal): -10399643 or 6639713. OLE color: 6639713.

HSL color Cylindrical-coordinate representation of color #615065: hue angle of 288.57º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #615065 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9780101-
CMYK0.040.2100.60
HSL288.57º11.6%35.49%-
HSV(B)288.57º20.79%39.61%-
XYZ10.159.2213.56-
YUV87.48135.63134.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.89%
GREEN value IS 80 (31.64% from 255) = 28.78%
BLUE value IS 101 (39.84% from 255) = 36.33%
R=34.89%
G=28.78%
B=36.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal97801010.040.2100.60288.5711.635.49
Hex61506541503C121c23
Octal1411201454250744411443
Binary1100001101000011001011001010101111001001000011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615065; }

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

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

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

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

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

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

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

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