#695B6E

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

Shades of Fedora #695B6E

Tints of Fedora #695B6E

Color information

#695B6E (or 0x695B6E) is unknown color: approx Fedora. HEX triplet: 69, 5B and 6E. RGB value is (105,91,110). Sum of RGB (Red+Green+Blue) = 105+91+110=306 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.31% from 306); Green value is 91 (35.94% from 255 or 29.74% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 110 - color contains mainly: blue. Hex color #695B6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695B6E is #96A491. Grayscale: #616161. Windows color (decimal): -9872530 or 7232361. OLE color: 7232361.

HSL color Cylindrical-coordinate representation of color #695B6E: hue angle of 284.21º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #695B6E is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10591110-
CMYK0.050.1700.57
HSL284.21º9.45%39.41%-
HSV(B)284.21º17.27%43.14%-
XYZ12.3811.6116.34-
YUV97.35135.14133.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.31%
GREEN value IS 91 (35.94% from 255) = 29.74%
BLUE value IS 110 (43.36% from 255) = 35.95%
R=34.31%
G=29.74%
B=35.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal105911100.050.1700.57284.219.4539.41
Hex695B6E51103911c927
Octal1511331565210714341147
Binary1101001101101111011101011000101110011000111001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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