#695E6C

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

Shades of Fedora #695E6C

Tints of Fedora #695E6C

Color information

#695E6C (or 0x695E6C) is unknown color: approx Fedora. HEX triplet: 69, 5E and 6C. RGB value is (105,94,108). Sum of RGB (Red+Green+Blue) = 105+94+108=307 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.20% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 108 (42.58% from 255 or 35.18% from 307); Max value from RGB is 108 - color contains mainly: blue. Hex color #695E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695E6C is #96A193. Grayscale: #626262. Windows color (decimal): -9871764 or 7102057. OLE color: 7102057.

HSL color Cylindrical-coordinate representation of color #695E6C: hue angle of 287.14º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #695E6C is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10594108-
CMYK0.030.1300.58
HSL287.14º6.93%39.61%-
HSV(B)287.14º12.96%42.35%-
XYZ12.5412.0915.86-
YUV98.88133.14132.36-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.20%
GREEN value IS 94 (37.11% from 255) = 30.62%
BLUE value IS 108 (42.58% from 255) = 35.18%
R=34.20%
G=30.62%
B=35.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal105941080.030.1300.58287.146.9339.61
Hex695E6C3D03A11f728
Octal151136154315072437750
Binary1101001101111011011001111010111010100011111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,94,108); }

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

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

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

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

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

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

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