#614B6B

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

Shades of Fedora #614B6B

Tints of Fedora #614B6B

Color information

#614B6B (or 0x614B6B) is unknown color: approx Fedora. HEX triplet: 61, 4B and 6B. RGB value is (97,75,107). Sum of RGB (Red+Green+Blue) = 97+75+107=279 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.77% from 279); Green value is 75 (29.69% from 255 or 26.88% from 279); Blue value is 107 (42.19% from 255 or 38.35% from 279); Max value from RGB is 107 - color contains mainly: blue. Hex color #614B6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614B6B is #9EB494. Grayscale: #555555. Windows color (decimal): -10400917 or 7031649. OLE color: 7031649.

HSL color Cylindrical-coordinate representation of color #614B6B: hue angle of 281.25º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #614B6B is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9775107-
CMYK0.090.3000.58
HSL281.25º17.58%35.69%-
HSV(B)281.25º29.91%41.96%-
XYZ10.18.6415.04-
YUV85.23140.29136.4-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.77%
GREEN value IS 75 (29.69% from 255) = 26.88%
BLUE value IS 107 (42.19% from 255) = 38.35%
R=34.77%
G=26.88%
B=38.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal97751070.090.3000.58281.2517.5835.69
Hex614B6B91E03A1191224
Octal14111315311360724312244
Binary110000110010111101011100111110011101010001100110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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