#614464

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

Shades of Fedora #614464

Tints of Fedora #614464

Color information

#614464 (or 0x614464) is unknown color: approx Fedora. HEX triplet: 61, 44 and 64. RGB value is (97,68,100). Sum of RGB (Red+Green+Blue) = 97+68+100=265 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.60% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 100 (39.45% from 255 or 37.74% from 265); Max value from RGB is 100 - color contains mainly: blue. Hex color #614464 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614464 is #9EBB9B. Grayscale: #505050. Windows color (decimal): -10402716 or 6571105. OLE color: 6571105.

HSL color Cylindrical-coordinate representation of color #614464: hue angle of 294.38º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #614464 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB9768100-
CMYK0.030.3200.61
HSL294.38º19.05%32.94%-
HSV(B)294.38º32%39.22%-
XYZ9.37.613.03-
YUV80.32139.11139.9-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.60%
GREEN value IS 68 (26.95% from 255) = 25.66%
BLUE value IS 100 (39.45% from 255) = 37.74%
R=36.60%
G=25.66%
B=37.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal97681000.030.3200.61294.3819.0532.94
Hex61446432003D1261321
Octal1411041443400754462341
Binary11000011000100110010011100000011110110010011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614464; }

 p { color: rgb(97,68,100); }

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

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

 a { background-color: rgb(97,68,100); }

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

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

 span { border-color: rgb(97,68,100); }

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