Html Css Color HEX #614762 Fedora

📋 copy color: '#614762'

red 97 ◦ green 71 ◦ blue 98

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

Shades of Fedora #614762

Tints of Fedora #614762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 36.84%

R = 36.47%
G = 26.69%
B = 36.84%

CMYK

 C value IS 0.01

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#614762 (or 0x614762) is known color: Fedora. HEX triplet: 61, 47 and 62. RGB value is (97,71,98). Sum of RGB (Red+Green+Blue) = 97+71+98=266 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.47% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 98 (38.67% from 255 or 36.84% from 266); Max value from RGB is 98 - color contains mainly: blue. Hex color #614762 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614762 is #9EB89D. Grayscale: #515151. Windows color (decimal): -10401950 or 6440801. OLE color: 6440801.

HSL color Cylindrical-coordinate representation of color #614762: hue angle of 297.78º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #614762 is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 71 98 -
CMYK 0.01 0.28 0 0.62
HSL 297.78º 0.16% 0.33% -
HSV(B) 297.78º 0.28% 0.38% -
XYZ 9.39 7.93 12.59 -
YUV 81.85 137.11 138.8 -
System Red Green Blue C M Y K H S L
Decimal 97 71 98 0.01 0.28 0 0.62 297.78 0.16 0.33
Hex 61 47 62 1 1C 0 3E 12A 10 21
Octal 141 107 142 1 34 0 76 452 20 41
Binary 1100001 1000111 1100010 1 11100 0 111110 100101010 10000 100001

Color Harmonies of #614762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614762

Black with #614762

Text Example


Text Example

White with #614762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614762; }

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

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

background-color css

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

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

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

border-color css

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

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

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