#69516D

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

Shades of Fedora #69516D

Tints of Fedora #69516D

Color information

#69516D (or 0x69516D) is unknown color: approx Fedora. HEX triplet: 69, 51 and 6D. RGB value is (105,81,109). Sum of RGB (Red+Green+Blue) = 105+81+109=295 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.59% from 295); Green value is 81 (32.03% from 255 or 27.46% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 109 - color contains mainly: blue. Hex color #69516D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69516D is #96AE92. Grayscale: #5B5B5B. Windows color (decimal): -9875091 or 7164265. OLE color: 7164265.

HSL color Cylindrical-coordinate representation of color #69516D: hue angle of 291.43º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #69516D is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10581109-
CMYK0.040.2600.57
HSL291.43º14.74%37.25%-
HSV(B)291.43º25.69%42.75%-
XYZ11.539.9915.79-
YUV91.37137.95137.72-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.59%
GREEN value IS 81 (32.03% from 255) = 27.46%
BLUE value IS 109 (42.97% from 255) = 36.95%
R=35.59%
G=27.46%
B=36.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal105811090.040.2600.57291.4314.7437.25
Hex69516D41A039123f25
Octal1511211554320714431745
Binary1101001101000111011011001101001110011001000111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69516D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69516D; }

 p { color: rgb(105,81,109); }

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

<style>
 a { background-color: #69516D; }

 a { background-color: rgb(105,81,109); }

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

<style>
 span { border-color: #69516D; }

 span { border-color: rgb(105,81,109); }

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