#614A66

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

Shades of Fedora #614A66

Tints of Fedora #614A66

Color information

#614A66 (or 0x614A66) is unknown color: approx Fedora. HEX triplet: 61, 4A and 66. RGB value is (97,74,102). Sum of RGB (Red+Green+Blue) = 97+74+102=273 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.53% from 273); Green value is 74 (29.30% from 255 or 27.11% from 273); Blue value is 102 (40.23% from 255 or 37.36% from 273); Max value from RGB is 102 - color contains mainly: blue. Hex color #614A66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614A66 is #9EB599. Grayscale: #535353. Windows color (decimal): -10401178 or 6703713. OLE color: 6703713.

HSL color Cylindrical-coordinate representation of color #614A66: hue angle of 289.29º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #614A66 is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB9774102-
CMYK0.050.2700.6
HSL289.29º15.91%34.51%-
HSV(B)289.29º27.45%40%-
XYZ9.788.413.68-
YUV84.07138.12137.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.53%
GREEN value IS 74 (29.30% from 255) = 27.11%
BLUE value IS 102 (40.23% from 255) = 37.36%
R=35.53%
G=27.11%
B=37.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal97741020.050.2700.6289.2915.9134.51
Hex614A6651B03C1211023
Octal1411121465330744412043
Binary11000011001010110011010111011011110010010000110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614A66; }

 p { color: rgb(97,74,102); }

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

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

 a { background-color: rgb(97,74,102); }

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

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

 span { border-color: rgb(97,74,102); }

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