#695473

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

Shades of Fedora #695473

Tints of Fedora #695473

Color information

#695473 (or 0x695473) is unknown color: approx Fedora. HEX triplet: 69, 54 and 73. RGB value is (105,84,115). Sum of RGB (Red+Green+Blue) = 105+84+115=304 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.54% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 115 (45.31% from 255 or 37.83% from 304); Max value from RGB is 115 - color contains mainly: blue. Hex color #695473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695473 is #96AB8C. Grayscale: #5D5D5D. Windows color (decimal): -9874317 or 7558249. OLE color: 7558249.

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

Color convert

RGB10584115-
CMYK0.090.2700.55
HSL280.65º15.58%39.02%-
HSV(B)280.65º26.96%45.1%-
XYZ12.0910.5817.62-
YUV93.81139.96135.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.54%
GREEN value IS 84 (33.20% from 255) = 27.63%
BLUE value IS 115 (45.31% from 255) = 37.83%
R=34.54%
G=27.63%
B=37.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105841150.090.2700.55280.6515.5839.02
Hex69547391B0371191027
Octal15112416311330674312047
Binary110100110101001110011100111011011011110001100110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695473; }

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

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

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

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

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

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

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

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