Html Css Color HEX #694A72 Fedora

📋 copy color: '#694A72'

red 105 ◦ green 74 ◦ blue 114

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

Shades of Fedora #694A72

Tints of Fedora #694A72

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.26%

 BLUE value IS 114 (44.92% from 255) = 38.91%

R = 35.84%
G = 25.26%
B = 38.91%

CMYK

 C value IS 0.08

 M value IS 0.35

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#694A72 (or 0x694A72) is known color: Fedora. HEX triplet: 69, 4A and 72. RGB value is (105,74,114). Sum of RGB (Red+Green+Blue) = 105+74+114=293 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.84% from 293); Green value is 74 (29.30% from 255 or 25.26% from 293); Blue value is 114 (44.92% from 255 or 38.91% from 293); Max value from RGB is 114 - color contains mainly: blue. Hex color #694A72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694A72 is #96B58D. Grayscale: #575757. Windows color (decimal): -9876878 or 7490153. OLE color: 7490153.

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

Color convert

RGB 105 74 114 -
CMYK 0.08 0.35 0 0.55
HSL 286.5º 0.21% 0.37% -
HSV(B) 286.5º 0.35% 0.45% -
XYZ 11.31 9.12 17.08 -
YUV 87.83 142.77 140.25 -
System Red Green Blue C M Y K H S L
Decimal 105 74 114 0.08 0.35 0 0.55 286.5 0.21 0.37
Hex 69 4A 72 8 23 0 37 11E 15 25
Octal 151 112 162 10 43 0 67 436 25 45
Binary 1101001 1001010 1110010 1000 100011 0 110111 100011110 10101 100101

Color Harmonies of #694A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694A72

Black with #694A72

Text Example


Text Example

White with #694A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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