#695B6A

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

Shades of Fedora #695B6A

Tints of Fedora #695B6A

Color information

#695B6A (or 0x695B6A) is unknown color: approx Fedora. HEX triplet: 69, 5B and 6A. RGB value is (105,91,106). Sum of RGB (Red+Green+Blue) = 105+91+106=302 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.77% from 302); Green value is 91 (35.94% from 255 or 30.13% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 106 - color contains mainly: blue. Hex color #695B6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695B6A is #96A495. Grayscale: #606060. Windows color (decimal): -9872534 or 6970217. OLE color: 6970217.

HSL color Cylindrical-coordinate representation of color #695B6A: hue angle of 296º degrees, saturation: 0.08, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #695B6A is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10591106-
CMYK0.010.1400.58
HSL296º7.61%38.63%-
HSV(B)296º14.15%41.57%-
XYZ12.1711.5315.22-
YUV96.9133.14133.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.77%
GREEN value IS 91 (35.94% from 255) = 30.13%
BLUE value IS 106 (41.80% from 255) = 35.10%
R=34.77%
G=30.13%
B=35.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal105911060.010.1400.582967.6138.63
Hex695B6A1E03A128827
Octal1511331521160724501047
Binary1101001101101111010101111001110101001010001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695B6A; }

 p { color: rgb(105,91,106); }

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

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

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

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

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

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

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