#695169

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

Shades of Fedora #695169

Tints of Fedora #695169

Color information

#695169 (or 0x695169) is unknown color: approx Fedora. HEX triplet: 69, 51 and 69. RGB value is (105,81,105). Sum of RGB (Red+Green+Blue) = 105+81+105=291 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.08% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 105 (41.41% from 255 or 36.08% from 291); Max value from RGB is 105 - color contains mainly: red, blue. Hex color #695169 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695169 is #96AE96. Grayscale: #5A5A5A. Windows color (decimal): -9875095 or 6902121. OLE color: 6902121.

HSL color Cylindrical-coordinate representation of color #695169: hue angle of 300º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #695169 is Cyan = 0, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10581105-
CMYK00.2300.59
HSL300º12.9%36.47%-
HSV(B)300º22.86%41.18%-
XYZ11.329.9114.68-
YUV90.91135.95138.05-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.08%
GREEN value IS 81 (32.03% from 255) = 27.84%
BLUE value IS 105 (41.41% from 255) = 36.08%
R=36.08%
G=27.84%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1058110500.2300.5930012.936.47
Hex69516901703B12cd24
Octal1511211510270734541544
Binary11010011010001110100101011101110111001011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695169; }

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

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

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

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

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

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

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

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