Html Css Color HEX #614769 Fedora

📋 copy color: '#614769'

red 97 ◦ green 71 ◦ blue 105

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

Shades of Fedora #614769

Tints of Fedora #614769

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.01%

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

R = 35.53%
G = 26.01%
B = 38.46%

CMYK

 C value IS 0.08

 M value IS 0.32

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#614769 (or 0x614769) is known color: Fedora. HEX triplet: 61, 47 and 69. RGB value is (97,71,105). Sum of RGB (Red+Green+Blue) = 97+71+105=273 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.53% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 105 (41.41% from 255 or 38.46% from 273); Max value from RGB is 105 - color contains mainly: blue. Hex color #614769 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614769 is #9EB896. Grayscale: #525252. Windows color (decimal): -10401943 or 6899553. OLE color: 6899553.

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

Color convert

RGB 97 71 105 -
CMYK 0.08 0.32 0 0.59
HSL 285.88º 0.19% 0.35% -
HSV(B) 285.88º 0.32% 0.41% -
XYZ 9.73 8.07 14.41 -
YUV 82.65 140.61 138.24 -
System Red Green Blue C M Y K H S L
Decimal 97 71 105 0.08 0.32 0 0.59 285.88 0.19 0.35
Hex 61 47 69 8 20 0 3B 11E 13 23
Octal 141 107 151 10 40 0 73 436 23 43
Binary 1100001 1000111 1101001 1000 100000 0 111011 100011110 10011 100011

Color Harmonies of #614769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614769

Black with #614769

Text Example


Text Example

White with #614769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614769; }

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

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

background-color css

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

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

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

border-color css

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

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

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