#694F71

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

Shades of Fedora #694F71

Tints of Fedora #694F71

Color information

#694F71 (or 0x694F71) is unknown color: approx Fedora. HEX triplet: 69, 4F and 71. RGB value is (105,79,113). Sum of RGB (Red+Green+Blue) = 105+79+113=297 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.35% from 297); Green value is 79 (31.25% from 255 or 26.60% from 297); Blue value is 113 (44.53% from 255 or 38.05% from 297); Max value from RGB is 113 - color contains mainly: blue. Hex color #694F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694F71 is #96B08E. Grayscale: #5A5A5A. Windows color (decimal): -9875599 or 7425897. OLE color: 7425897.

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

Color convert

RGB10579113-
CMYK0.070.3000.56
HSL285.88º17.71%37.65%-
HSV(B)285.88º30.09%44.31%-
XYZ11.69.7916.9-
YUV90.65140.61138.24-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.35%
GREEN value IS 79 (31.25% from 255) = 26.60%
BLUE value IS 113 (44.53% from 255) = 38.05%
R=35.35%
G=26.60%
B=38.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105791130.070.3000.56285.8817.7137.65
Hex694F7171E03811e1226
Octal1511171617360704362246
Binary11010011001111111000111111110011100010001111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694F71; }

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

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

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

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

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

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

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

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