Html Css Color HEX #694F73 Fedora

📋 copy color: '#694F73'

red 105 ◦ green 79 ◦ blue 115

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

Shades of Fedora #694F73

Tints of Fedora #694F73

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.42%

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

R = 35.12%
G = 26.42%
B = 38.46%

CMYK

 C value IS 0.09

 M value IS 0.31

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#694F73 (or 0x694F73) is known color: Fedora. HEX triplet: 69, 4F and 73. RGB value is (105,79,115). Sum of RGB (Red+Green+Blue) = 105+79+115=299 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.12% from 299); Green value is 79 (31.25% from 255 or 26.42% from 299); Blue value is 115 (45.31% from 255 or 38.46% from 299); Max value from RGB is 115 - color contains mainly: blue. Hex color #694F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694F73 is #96B08C. Grayscale: #5A5A5A. Windows color (decimal): -9875597 or 7556969. OLE color: 7556969.

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

Color convert

RGB 105 79 115 -
CMYK 0.09 0.31 0 0.55
HSL 283.33º 0.19% 0.38% -
HSV(B) 283.33º 0.31% 0.45% -
XYZ 11.72 9.83 17.5 -
YUV 90.88 141.61 138.07 -
System Red Green Blue C M Y K H S L
Decimal 105 79 115 0.09 0.31 0 0.55 283.33 0.19 0.38
Hex 69 4F 73 9 1F 0 37 11B 13 26
Octal 151 117 163 11 37 0 67 433 23 46
Binary 1101001 1001111 1110011 1001 11111 0 110111 100011011 10011 100110

Color Harmonies of #694F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694F73

Black with #694F73

Text Example


Text Example

White with #694F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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