#614662

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

Shades of Fedora #614662

Tints of Fedora #614662

Color information

#614662 (or 0x614662) is unknown color: approx Fedora. HEX triplet: 61, 46 and 62. RGB value is (97,70,98). Sum of RGB (Red+Green+Blue) = 97+70+98=265 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.60% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 98 (38.67% from 255 or 36.98% from 265); Max value from RGB is 98 - color contains mainly: blue. Hex color #614662 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614662 is #9EB99D. Grayscale: #515151. Windows color (decimal): -10402206 or 6440545. OLE color: 6440545.

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

Color convert

RGB977098-
CMYK0.010.2900.62
HSL297.86º16.67%32.94%-
HSV(B)297.86º28.57%38.43%-
XYZ9.327.812.57-
YUV81.26137.45139.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.60%
GREEN value IS 70 (27.73% from 255) = 26.42%
BLUE value IS 98 (38.67% from 255) = 36.98%
R=36.60%
G=26.42%
B=36.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9770980.010.2900.62297.8616.6732.94
Hex61466211D03E12a1121
Octal1411061421350764522141
Binary110000110001101100010111101011111010010101010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614662; }

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

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

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

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

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

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

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

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