#695571

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

Shades of Fedora #695571

Tints of Fedora #695571

Color information

#695571 (or 0x695571) is unknown color: approx Fedora. HEX triplet: 69, 55 and 71. RGB value is (105,85,113). Sum of RGB (Red+Green+Blue) = 105+85+113=303 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.65% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 113 (44.53% from 255 or 37.29% from 303); Max value from RGB is 113 - color contains mainly: blue. Hex color #695571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695571 is #96AA8E. Grayscale: #5E5E5E. Windows color (decimal): -9874063 or 7427433. OLE color: 7427433.

HSL color Cylindrical-coordinate representation of color #695571: hue angle of 282.86º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #695571 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10585113-
CMYK0.070.2500.56
HSL282.86º14.14%38.82%-
HSV(B)282.86º24.78%44.31%-
XYZ12.0510.6917.05-
YUV94.17138.63135.72-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.65%
GREEN value IS 85 (33.59% from 255) = 28.05%
BLUE value IS 113 (44.53% from 255) = 37.29%
R=34.65%
G=28.05%
B=37.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105851130.070.2500.56282.8614.1438.82
Hex69557171903811be27
Octal1511251617310704331647
Binary1101001101010111100011111100101110001000110111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695571; }

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

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

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

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

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

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

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

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