#694D72

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

Shades of Fedora #694D72

Tints of Fedora #694D72

Color information

#694D72 (or 0x694D72) is unknown color: approx Fedora. HEX triplet: 69, 4D and 72. RGB value is (105,77,114). Sum of RGB (Red+Green+Blue) = 105+77+114=296 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.47% from 296); Green value is 77 (30.47% from 255 or 26.01% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 114 - color contains mainly: blue. Hex color #694D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694D72 is #96B28D. Grayscale: #595959. Windows color (decimal): -9876110 or 7490921. OLE color: 7490921.

HSL color Cylindrical-coordinate representation of color #694D72: hue angle of 285.41º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #694D72 is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10577114-
CMYK0.080.3200.55
HSL285.41º19.37%37.45%-
HSV(B)285.41º32.46%44.71%-
XYZ11.529.5317.15-
YUV89.59141.78138.99-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.47%
GREEN value IS 77 (30.47% from 255) = 26.01%
BLUE value IS 114 (44.92% from 255) = 38.51%
R=35.47%
G=26.01%
B=38.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105771140.080.3200.55285.4119.3737.45
Hex694D7282003711d1325
Octal15111516210400674352345
Binary1101001100110111100101000100000011011110001110110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,77,114); }

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

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

 a { background-color: rgb(105,77,114); }

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

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

 span { border-color: rgb(105,77,114); }

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