#614B68

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

Shades of Fedora #614B68

Tints of Fedora #614B68

Color information

#614B68 (or 0x614B68) is unknown color: approx Fedora. HEX triplet: 61, 4B and 68. RGB value is (97,75,104). Sum of RGB (Red+Green+Blue) = 97+75+104=276 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.14% from 276); Green value is 75 (29.69% from 255 or 27.17% from 276); Blue value is 104 (41.02% from 255 or 37.68% from 276); Max value from RGB is 104 - color contains mainly: blue. Hex color #614B68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614B68 is #9EB497. Grayscale: #545454. Windows color (decimal): -10400920 or 6835041. OLE color: 6835041.

HSL color Cylindrical-coordinate representation of color #614B68: hue angle of 285.52º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #614B68 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9775104-
CMYK0.070.2800.59
HSL285.52º16.2%35.1%-
HSV(B)285.52º27.88%40.78%-
XYZ9.948.5714.23-
YUV84.88138.79136.64-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.14%
GREEN value IS 75 (29.69% from 255) = 27.17%
BLUE value IS 104 (41.02% from 255) = 37.68%
R=35.14%
G=27.17%
B=37.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal97751040.070.2800.59285.5216.235.1
Hex614B6871C03B11e1023
Octal1411131507340734362043
Binary11000011001011110100011111100011101110001111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,75,104); }

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

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

 a { background-color: rgb(97,75,104); }

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

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

 span { border-color: rgb(97,75,104); }

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