#695371

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

Shades of Fedora #695371

Tints of Fedora #695371

Color information

#695371 (or 0x695371) is unknown color: approx Fedora. HEX triplet: 69, 53 and 71. RGB value is (105,83,113). Sum of RGB (Red+Green+Blue) = 105+83+113=301 (39% of max value = 765). Red value is 105 (41.41% from 255 or 34.88% from 301); Green value is 83 (32.81% from 255 or 27.57% from 301); Blue value is 113 (44.53% from 255 or 37.54% from 301); Max value from RGB is 113 - color contains mainly: blue. Hex color #695371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695371 is #96AC8E. Grayscale: #5C5C5C. Windows color (decimal): -9874575 or 7426921. OLE color: 7426921.

HSL color Cylindrical-coordinate representation of color #695371: hue angle of 284º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #695371 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10583113-
CMYK0.070.2700.56
HSL284º15.31%38.43%-
HSV(B)284º26.55%44.31%-
XYZ11.910.3817-
YUV93139.29136.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.88%
GREEN value IS 83 (32.81% from 255) = 27.57%
BLUE value IS 113 (44.53% from 255) = 37.54%
R=34.88%
G=27.57%
B=37.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105831130.070.2700.5628415.3138.43
Hex69537171B03811cf26
Octal1511231617330704341746
Binary1101001101001111100011111101101110001000111001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695371; }

 p { color: rgb(105,83,113); }

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

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

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

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

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

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

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