#695573

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

Shades of Fedora #695573

Tints of Fedora #695573

Color information

#695573 (or 0x695573) is unknown color: approx Fedora. HEX triplet: 69, 55 and 73. RGB value is (105,85,115). Sum of RGB (Red+Green+Blue) = 105+85+115=305 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.43% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 115 - color contains mainly: blue. Hex color #695573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695573 is #96AA8C. Grayscale: #5E5E5E. Windows color (decimal): -9874061 or 7558505. OLE color: 7558505.

HSL color Cylindrical-coordinate representation of color #695573: hue angle of 280º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #695573 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10585115-
CMYK0.090.2600.55
HSL280º15%39.22%-
HSV(B)280º26.09%45.1%-
XYZ12.1710.7417.65-
YUV94.4139.63135.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.43%
GREEN value IS 85 (33.59% from 255) = 27.87%
BLUE value IS 115 (45.31% from 255) = 37.70%
R=34.43%
G=27.87%
B=37.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105851150.090.2600.552801539.22
Hex69557391A037118f27
Octal15112516311320674301747
Binary11010011010101111001110011101001101111000110001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695573; }

 p { color: rgb(105,85,115); }

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

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

 a { background-color: rgb(105,85,115); }

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

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

 span { border-color: rgb(105,85,115); }

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