Html Css Color HEX #694E73 Fedora

📋 copy color: '#694E73'

red 105 ◦ green 78 ◦ blue 115

#694E73
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fedora #694E73

Tints of Fedora #694E73

RGB

 RED value IS 105 (41.41% from 255) = 35.23%

 GREEN value IS 78 (30.86% from 255) = 26.17%

 BLUE value IS 115 (45.31% from 255) = 38.59%

R = 35.23%
G = 26.17%
B = 38.59%

CMYK

 C value IS 0.09

 M value IS 0.32

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#694E73 (or 0x694E73) is known color: Fedora. HEX triplet: 69, 4E and 73. RGB value is (105,78,115). Sum of RGB (Red+Green+Blue) = 105+78+115=298 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.23% from 298); Green value is 78 (30.86% from 255 or 26.17% from 298); Blue value is 115 (45.31% from 255 or 38.59% from 298); Max value from RGB is 115 - color contains mainly: blue. Hex color #694E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694E73 is #96B18C. Grayscale: #5A5A5A. Windows color (decimal): -9875853 or 7556713. OLE color: 7556713.

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

Color convert

RGB 105 78 115 -
CMYK 0.09 0.32 0 0.55
HSL 283.78º 0.19% 0.38% -
HSV(B) 283.78º 0.32% 0.45% -
XYZ 11.64 9.69 17.48 -
YUV 90.29 141.95 138.49 -
System Red Green Blue C M Y K H S L
Decimal 105 78 115 0.09 0.32 0 0.55 283.78 0.19 0.38
Hex 69 4E 73 9 20 0 37 11C 13 26
Octal 151 116 163 11 40 0 67 434 23 46
Binary 1101001 1001110 1110011 1001 100000 0 110111 100011100 10011 100110

Color Harmonies of #694E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694E73

Black with #694E73

Text Example


Text Example

White with #694E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,78,115); }

 H1.HeaderClassName
 {
   color: #694E73;
 }
 .AnyTagClassName
 {
   color: #694E73;
 }
</style>

background-color css

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

 a { background-color: rgb(105,78,115); }

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

border-color css

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

 span { border-color: rgb(105,78,115); }

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