#695B6D

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

Shades of Fedora #695B6D

Tints of Fedora #695B6D

Color information

#695B6D (or 0x695B6D) is unknown color: approx Fedora. HEX triplet: 69, 5B and 6D. RGB value is (105,91,109). Sum of RGB (Red+Green+Blue) = 105+91+109=305 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.43% from 305); Green value is 91 (35.94% from 255 or 29.84% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 109 - color contains mainly: blue. Hex color #695B6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695B6D is #96A492. Grayscale: #616161. Windows color (decimal): -9872531 or 7166825. OLE color: 7166825.

HSL color Cylindrical-coordinate representation of color #695B6D: hue angle of 286.67º 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 #695B6D is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10591109-
CMYK0.040.1700.57
HSL286.67º9%39.22%-
HSV(B)286.67º16.51%42.75%-
XYZ12.3311.5916.06-
YUV97.24134.64133.54-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.43%
GREEN value IS 91 (35.94% from 255) = 29.84%
BLUE value IS 109 (42.97% from 255) = 35.74%
R=34.43%
G=29.84%
B=35.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal105911090.040.1700.57286.67939.22
Hex695B6D41103911f927
Octal1511331554210714371147
Binary1101001101101111011011001000101110011000111111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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