Html Css Color HEX #614969 Fedora

📋 copy color: '#614969'

red 97 ◦ green 73 ◦ blue 105

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

Shades of Fedora #614969

Tints of Fedora #614969

RGB

 RED value IS 97 (38.28% from 255) = 35.27%

 GREEN value IS 73 (28.91% from 255) = 26.55%

 BLUE value IS 105 (41.41% from 255) = 38.18%

R = 35.27%
G = 26.55%
B = 38.18%

CMYK

 C value IS 0.08

 M value IS 0.30

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#614969 (or 0x614969) is known color: Fedora. HEX triplet: 61, 49 and 69. RGB value is (97,73,105). Sum of RGB (Red+Green+Blue) = 97+73+105=275 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.27% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 105 (41.41% from 255 or 38.18% from 275); Max value from RGB is 105 - color contains mainly: blue. Hex color #614969 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614969 is #9EB696. Grayscale: #535353. Windows color (decimal): -10401431 or 6900065. OLE color: 6900065.

HSL color Cylindrical-coordinate representation of color #614969: hue angle of 285º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #614969 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 97 73 105 -
CMYK 0.08 0.30 0 0.59
HSL 285º 0.18% 0.35% -
HSV(B) 285º 0.3% 0.41% -
XYZ 9.86 8.33 14.45 -
YUV 83.82 139.95 137.4 -
System Red Green Blue C M Y K H S L
Decimal 97 73 105 0.08 0.30 0 0.59 285 0.18 0.35
Hex 61 49 69 8 1E 0 3B 11D 12 23
Octal 141 111 151 10 36 0 73 435 22 43
Binary 1100001 1001001 1101001 1000 11110 0 111011 100011101 10010 100011

Color Harmonies of #614969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614969

Black with #614969

Text Example


Text Example

White with #614969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614969; }

 p { color: rgb(97,73,105); }

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

background-color css

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

 a { background-color: rgb(97,73,105); }

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

border-color css

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

 span { border-color: rgb(97,73,105); }

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