#614962

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

Shades of Fedora #614962

Tints of Fedora #614962

Color information

#614962 (or 0x614962) is unknown color: approx Fedora. HEX triplet: 61, 49 and 62. RGB value is (97,73,98). Sum of RGB (Red+Green+Blue) = 97+73+98=268 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.19% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 98 (38.67% from 255 or 36.57% from 268); Max value from RGB is 98 - color contains mainly: blue. Hex color #614962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614962 is #9EB69D. Grayscale: #525252. Windows color (decimal): -10401438 or 6441313. OLE color: 6441313.

HSL color Cylindrical-coordinate representation of color #614962: hue angle of 297.6º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #614962 is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB977398-
CMYK0.010.2600.62
HSL297.6º14.62%33.53%-
HSV(B)297.6º25.51%38.43%-
XYZ9.528.1912.63-
YUV83.03136.45137.97-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.19%
GREEN value IS 73 (28.91% from 255) = 27.24%
BLUE value IS 98 (38.67% from 255) = 36.57%
R=36.19%
G=27.24%
B=36.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9773980.010.2600.62297.614.6233.53
Hex61496211A03E12af22
Octal1411111421320764521742
Binary11000011001001110001011101001111101001010101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614962; }

 p { color: rgb(97,73,98); }

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

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

 a { background-color: rgb(97,73,98); }

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

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

 span { border-color: rgb(97,73,98); }

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