#695671

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

Shades of Fedora #695671

Tints of Fedora #695671

Color information

#695671 (or 0x695671) is unknown color: approx Fedora. HEX triplet: 69, 56 and 71. RGB value is (105,86,113). Sum of RGB (Red+Green+Blue) = 105+86+113=304 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.54% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 113 (44.53% from 255 or 37.17% from 304); Max value from RGB is 113 - color contains mainly: blue. Hex color #695671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695671 is #96A98E. Grayscale: #5E5E5E. Windows color (decimal): -9873807 or 7427689. OLE color: 7427689.

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

Color convert

RGB10586113-
CMYK0.070.2400.56
HSL282.22º13.57%39.02%-
HSV(B)282.22º23.89%44.31%-
XYZ12.1310.8517.08-
YUV94.76138.29135.3-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.54%
GREEN value IS 86 (33.98% from 255) = 28.29%
BLUE value IS 113 (44.53% from 255) = 37.17%
R=34.54%
G=28.29%
B=37.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105861130.070.2400.56282.2213.5739.02
Hex69567171803811ae27
Octal1511261617300704321647
Binary1101001101011011100011111100001110001000110101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695671; }

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

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

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

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

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

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

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

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