#614768

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

Shades of Fedora #614768

Tints of Fedora #614768

Color information

#614768 (or 0x614768) is unknown color: approx Fedora. HEX triplet: 61, 47 and 68. RGB value is (97,71,104). Sum of RGB (Red+Green+Blue) = 97+71+104=272 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.66% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 104 (41.02% from 255 or 38.24% from 272); Max value from RGB is 104 - color contains mainly: blue. Hex color #614768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614768 is #9EB897. Grayscale: #525252. Windows color (decimal): -10401944 or 6834017. OLE color: 6834017.

HSL color Cylindrical-coordinate representation of color #614768: hue angle of 287.27º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #614768 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9771104-
CMYK0.070.3200.59
HSL287.27º18.86%34.31%-
HSV(B)287.27º31.73%40.78%-
XYZ9.688.0514.14-
YUV82.54140.11138.32-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.66%
GREEN value IS 71 (28.12% from 255) = 26.10%
BLUE value IS 104 (41.02% from 255) = 38.24%
R=35.66%
G=26.10%
B=38.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal97711040.070.3200.59287.2718.8634.31
Hex61476872003B11f1322
Octal1411071507400734372342
Binary110000110001111101000111100000011101110001111110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614768; }

 p { color: rgb(97,71,104); }

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

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

 a { background-color: rgb(97,71,104); }

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

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

 span { border-color: rgb(97,71,104); }

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