#69526F

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

Shades of Fedora #69526F

Tints of Fedora #69526F

Color information

#69526F (or 0x69526F) is unknown color: approx Fedora. HEX triplet: 69, 52 and 6F. RGB value is (105,82,111). Sum of RGB (Red+Green+Blue) = 105+82+111=298 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.23% from 298); Green value is 82 (32.42% from 255 or 27.52% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 111 - color contains mainly: blue. Hex color #69526F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69526F is #96AD90. Grayscale: #5C5C5C. Windows color (decimal): -9874833 or 7295593. OLE color: 7295593.

HSL color Cylindrical-coordinate representation of color #69526F: hue angle of 287.59º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #69526F is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10582111-
CMYK0.050.2600.56
HSL287.59º15.03%37.84%-
HSV(B)287.59º26.13%43.53%-
XYZ11.7110.1916.39-
YUV92.18138.62137.14-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.23%
GREEN value IS 82 (32.42% from 255) = 27.52%
BLUE value IS 111 (43.75% from 255) = 37.25%
R=35.23%
G=27.52%
B=37.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105821110.050.2600.56287.5915.0337.84
Hex69526F51A038120f26
Octal1511221575320704401746
Binary1101001101001011011111011101001110001001000001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69526F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69526F; }

 p { color: rgb(105,82,111); }

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

<style>
 a { background-color: #69526F; }

 a { background-color: rgb(105,82,111); }

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

<style>
 span { border-color: #69526F; }

 span { border-color: rgb(105,82,111); }

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