#695171

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

Shades of Fedora #695171

Tints of Fedora #695171

Color information

#695171 (or 0x695171) is unknown color: approx Fedora. HEX triplet: 69, 51 and 71. RGB value is (105,81,113). Sum of RGB (Red+Green+Blue) = 105+81+113=299 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.12% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 113 (44.53% from 255 or 37.79% from 299); Max value from RGB is 113 - color contains mainly: blue. Hex color #695171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695171 is #96AE8E. Grayscale: #5B5B5B. Windows color (decimal): -9875087 or 7426409. OLE color: 7426409.

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

Color convert

RGB10581113-
CMYK0.070.2800.56
HSL285º16.49%38.04%-
HSV(B)285º28.32%44.31%-
XYZ11.7510.0816.95-
YUV91.82139.95137.4-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.12%
GREEN value IS 81 (32.03% from 255) = 27.09%
BLUE value IS 113 (44.53% from 255) = 37.79%
R=35.12%
G=27.09%
B=37.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105811130.070.2800.5628516.4938.04
Hex69517171C03811d1026
Octal1511211617340704352046
Binary11010011010001111000111111100011100010001110110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695171; }

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

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

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

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

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

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

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

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