#614B69

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

Shades of Fedora #614B69

Tints of Fedora #614B69

Color information

#614B69 (or 0x614B69) is unknown color: approx Fedora. HEX triplet: 61, 4B and 69. RGB value is (97,75,105). Sum of RGB (Red+Green+Blue) = 97+75+105=277 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.02% from 277); Green value is 75 (29.69% from 255 or 27.08% from 277); Blue value is 105 (41.41% from 255 or 37.91% from 277); Max value from RGB is 105 - color contains mainly: blue. Hex color #614B69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614B69 is #9EB496. Grayscale: #545454. Windows color (decimal): -10400919 or 6900577. OLE color: 6900577.

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

Color convert

RGB9775105-
CMYK0.080.2900.59
HSL284º16.67%35.29%-
HSV(B)284º28.57%41.18%-
XYZ108.5914.5-
YUV85139.29136.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.02%
GREEN value IS 75 (29.69% from 255) = 27.08%
BLUE value IS 105 (41.41% from 255) = 37.91%
R=35.02%
G=27.08%
B=37.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal97751050.080.2900.5928416.6735.29
Hex614B6981D03B11c1123
Octal14111315110350734342143
Binary110000110010111101001100011101011101110001110010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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