#614B6A

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

Shades of Fedora #614B6A

Tints of Fedora #614B6A

Color information

#614B6A (or 0x614B6A) is unknown color: approx Fedora. HEX triplet: 61, 4B and 6A. RGB value is (97,75,106). Sum of RGB (Red+Green+Blue) = 97+75+106=278 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.89% from 278); Green value is 75 (29.69% from 255 or 26.98% from 278); Blue value is 106 (41.80% from 255 or 38.13% from 278); Max value from RGB is 106 - color contains mainly: blue. Hex color #614B6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614B6A is #9EB495. Grayscale: #555555. Windows color (decimal): -10400918 or 6966113. OLE color: 6966113.

HSL color Cylindrical-coordinate representation of color #614B6A: hue angle of 282.58º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #614B6A is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9775106-
CMYK0.080.2900.58
HSL282.58º17.13%35.49%-
HSV(B)282.58º29.25%41.57%-
XYZ10.058.6114.77-
YUV85.11139.79136.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.89%
GREEN value IS 75 (29.69% from 255) = 26.98%
BLUE value IS 106 (41.80% from 255) = 38.13%
R=34.89%
G=26.98%
B=38.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal97751060.080.2900.58282.5817.1335.49
Hex614B6A81D03A11b1123
Octal14111315210350724332143
Binary110000110010111101010100011101011101010001101110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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