#614663

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

Shades of Fedora #614663

Tints of Fedora #614663

Color information

#614663 (or 0x614663) is unknown color: approx Fedora. HEX triplet: 61, 46 and 63. RGB value is (97,70,99). Sum of RGB (Red+Green+Blue) = 97+70+99=266 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.47% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 99 - color contains mainly: blue. Hex color #614663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614663 is #9EB99C. Grayscale: #515151. Windows color (decimal): -10402205 or 6506081. OLE color: 6506081.

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

Color convert

RGB977099-
CMYK0.020.2900.61
HSL295.86º17.16%33.14%-
HSV(B)295.86º29.29%38.82%-
XYZ9.377.8212.82-
YUV81.38137.95139.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.47%
GREEN value IS 70 (27.73% from 255) = 26.32%
BLUE value IS 99 (39.06% from 255) = 37.22%
R=36.47%
G=26.32%
B=37.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9770990.020.2900.61295.8617.1633.14
Hex61466321D03D1281121
Octal1411061432350754502141
Binary1100001100011011000111011101011110110010100010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614663; }

 p { color: rgb(97,70,99); }

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

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

 a { background-color: rgb(97,70,99); }

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

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

 span { border-color: rgb(97,70,99); }

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