#614864

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

Shades of Fedora #614864

Tints of Fedora #614864

Color information

#614864 (or 0x614864) is unknown color: approx Fedora. HEX triplet: 61, 48 and 64. RGB value is (97,72,100). Sum of RGB (Red+Green+Blue) = 97+72+100=269 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.06% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 100 (39.45% from 255 or 37.17% from 269); Max value from RGB is 100 - color contains mainly: blue. Hex color #614864 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614864 is #9EB79B. Grayscale: #525252. Windows color (decimal): -10401692 or 6572129. OLE color: 6572129.

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

Color convert

RGB9772100-
CMYK0.030.2800.61
HSL293.57º16.28%33.73%-
HSV(B)293.57º28%39.22%-
XYZ9.558.113.12-
YUV82.67137.78138.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.06%
GREEN value IS 72 (28.52% from 255) = 26.77%
BLUE value IS 100 (39.45% from 255) = 37.17%
R=36.06%
G=26.77%
B=37.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal97721000.030.2800.61293.5716.2833.73
Hex61486431C03D1261022
Octal1411101443340754462042
Binary1100001100100011001001111100011110110010011010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614864; }

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

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

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

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

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

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

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

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