#695771

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

Shades of Fedora #695771

Tints of Fedora #695771

Color information

#695771 (or 0x695771) is unknown color: approx Fedora. HEX triplet: 69, 57 and 71. RGB value is (105,87,113). Sum of RGB (Red+Green+Blue) = 105+87+113=305 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.43% from 305); Green value is 87 (34.38% from 255 or 28.52% from 305); Blue value is 113 (44.53% from 255 or 37.05% from 305); Max value from RGB is 113 - color contains mainly: blue. Hex color #695771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695771 is #96A88E. Grayscale: #5F5F5F. Windows color (decimal): -9873551 or 7427945. OLE color: 7427945.

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

Color convert

RGB10587113-
CMYK0.070.2300.56
HSL281.54º13%39.22%-
HSV(B)281.54º23.01%44.31%-
XYZ12.2111.0117.1-
YUV95.35137.96134.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.43%
GREEN value IS 87 (34.38% from 255) = 28.52%
BLUE value IS 113 (44.53% from 255) = 37.05%
R=34.43%
G=28.52%
B=37.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105871130.070.2300.56281.541339.22
Hex69577171703811ad27
Octal1511271617270704321547
Binary1101001101011111100011111011101110001000110101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695771; }

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

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

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

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

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

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

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

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