#69506C

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

Shades of Fedora #69506C

Tints of Fedora #69506C

Color information

#69506C (or 0x69506C) is unknown color: approx Fedora. HEX triplet: 69, 50 and 6C. RGB value is (105,80,108). Sum of RGB (Red+Green+Blue) = 105+80+108=293 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.84% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 108 (42.58% from 255 or 36.86% from 293); Max value from RGB is 108 - color contains mainly: blue. Hex color #69506C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69506C is #96AF93. Grayscale: #5A5A5A. Windows color (decimal): -9875348 or 7098473. OLE color: 7098473.

HSL color Cylindrical-coordinate representation of color #69506C: hue angle of 293.57º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #69506C is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10580108-
CMYK0.030.2600.58
HSL293.57º14.89%36.86%-
HSV(B)293.57º25.93%42.35%-
XYZ11.49.8215.48-
YUV90.67137.78138.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.84%
GREEN value IS 80 (31.64% from 255) = 27.30%
BLUE value IS 108 (42.58% from 255) = 36.86%
R=35.84%
G=27.30%
B=36.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal105801080.030.2600.58293.5714.8936.86
Hex69506C31A03A126f25
Octal1511201543320724461745
Binary110100110100001101100111101001110101001001101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69506C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69506C; }

 p { color: rgb(105,80,108); }

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

<style>
 a { background-color: #69506C; }

 a { background-color: rgb(105,80,108); }

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

<style>
 span { border-color: #69506C; }

 span { border-color: rgb(105,80,108); }

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