#69546A

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

Shades of Fedora #69546A

Tints of Fedora #69546A

Color information

#69546A (or 0x69546A) is unknown color: approx Fedora. HEX triplet: 69, 54 and 6A. RGB value is (105,84,106). Sum of RGB (Red+Green+Blue) = 105+84+106=295 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.59% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 106 - color contains mainly: blue. Hex color #69546A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69546A is #96AB95. Grayscale: #5C5C5C. Windows color (decimal): -9874326 or 6968425. OLE color: 6968425.

HSL color Cylindrical-coordinate representation of color #69546A: hue angle of 297.27º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #69546A is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10584106-
CMYK0.010.2100.58
HSL297.27º11.58%37.25%-
HSV(B)297.27º20.75%41.57%-
XYZ11.610.3815.03-
YUV92.79135.46136.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.59%
GREEN value IS 84 (33.20% from 255) = 28.47%
BLUE value IS 106 (41.80% from 255) = 35.93%
R=35.59%
G=28.47%
B=35.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal105841060.010.2100.58297.2711.5837.25
Hex69546A11503A129c25
Octal1511241521250724511445
Binary11010011010100110101011010101110101001010011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69546A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69546A; }

 p { color: rgb(105,84,106); }

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

<style>
 a { background-color: #69546A; }

 a { background-color: rgb(105,84,106); }

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

<style>
 span { border-color: #69546A; }

 span { border-color: rgb(105,84,106); }

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