#615066

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

Shades of Fedora #615066

Tints of Fedora #615066

Color information

#615066 (or 0x615066) is unknown color: approx Fedora. HEX triplet: 61, 50 and 66. RGB value is (97,80,102). Sum of RGB (Red+Green+Blue) = 97+80+102=279 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.77% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 102 - color contains mainly: blue. Hex color #615066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615066 is #9EAF99. Grayscale: #575757. Windows color (decimal): -10399642 or 6705249. OLE color: 6705249.

HSL color Cylindrical-coordinate representation of color #615066: hue angle of 286.36º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #615066 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB9780102-
CMYK0.050.2200.6
HSL286.36º12.09%35.69%-
HSV(B)286.36º21.57%40%-
XYZ10.29.2413.82-
YUV87.59136.13134.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.77%
GREEN value IS 80 (31.64% from 255) = 28.67%
BLUE value IS 102 (40.23% from 255) = 36.56%
R=34.77%
G=28.67%
B=36.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal97801020.050.2200.6286.3612.0935.69
Hex61506651603C11ec24
Octal1411201465260744361444
Binary1100001101000011001101011011001111001000111101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615066; }

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

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

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

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

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

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

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

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