#69536B

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

Shades of Fedora #69536B

Tints of Fedora #69536B

Color information

#69536B (or 0x69536B) is unknown color: approx Fedora. HEX triplet: 69, 53 and 6B. RGB value is (105,83,107). Sum of RGB (Red+Green+Blue) = 105+83+107=295 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.59% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 107 - color contains mainly: blue. Hex color #69536B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69536B is #96AC94. Grayscale: #5C5C5C. Windows color (decimal): -9874581 or 7033705. OLE color: 7033705.

HSL color Cylindrical-coordinate representation of color #69536B: hue angle of 295º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #69536B is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10583107-
CMYK0.020.2200.58
HSL295º12.63%37.25%-
HSV(B)295º22.43%41.96%-
XYZ11.5710.2515.28-
YUV92.31136.29137.05-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.59%
GREEN value IS 83 (32.81% from 255) = 28.14%
BLUE value IS 107 (42.19% from 255) = 36.27%
R=35.59%
G=28.14%
B=36.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal105831070.020.2200.5829512.6337.25
Hex69536B21603A127d25
Octal1511231532260724471545
Binary110100110100111101011101011001110101001001111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69536B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69536B; }

 p { color: rgb(105,83,107); }

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

<style>
 a { background-color: #69536B; }

 a { background-color: rgb(105,83,107); }

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

<style>
 span { border-color: #69536B; }

 span { border-color: rgb(105,83,107); }

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