#614465

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

Shades of Fedora #614465

Tints of Fedora #614465

Color information

#614465 (or 0x614465) is unknown color: approx Fedora. HEX triplet: 61, 44 and 65. RGB value is (97,68,101). Sum of RGB (Red+Green+Blue) = 97+68+101=266 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.47% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 101 (39.84% from 255 or 37.97% from 266); Max value from RGB is 101 - color contains mainly: blue. Hex color #614465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614465 is #9EBB9A. Grayscale: #505050. Windows color (decimal): -10402715 or 6636641. OLE color: 6636641.

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

Color convert

RGB9768101-
CMYK0.040.3300.60
HSL292.73º19.53%33.14%-
HSV(B)292.73º32.67%39.61%-
XYZ9.357.6213.29-
YUV80.43139.61139.82-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.47%
GREEN value IS 68 (26.95% from 255) = 25.56%
BLUE value IS 101 (39.84% from 255) = 37.97%
R=36.47%
G=25.56%
B=37.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal97681010.040.3300.60292.7319.5333.14
Hex61446542103C1251421
Octal1411041454410744452441
Binary110000110001001100101100100001011110010010010110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614465; }

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

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

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

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

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

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

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

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