Html Css Color HEX #614962 Fedora

📋 copy color: '#614962'

red 97 ◦ green 73 ◦ blue 98

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

Shades of Fedora #614962

Tints of Fedora #614962

RGB

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

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

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

R = 36.19%
G = 27.24%
B = 36.57%

CMYK

 C value IS 0.01

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#614962 (or 0x614962) is known color: Fedora. HEX triplet: 61, 49 and 62. RGB value is (97,73,98). Sum of RGB (Red+Green+Blue) = 97+73+98=268 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.19% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 98 (38.67% from 255 or 36.57% from 268); Max value from RGB is 98 - color contains mainly: blue. Hex color #614962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614962 is #9EB69D. Grayscale: #525252. Windows color (decimal): -10401438 or 6441313. OLE color: 6441313.

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

Color convert

RGB 97 73 98 -
CMYK 0.01 0.26 0 0.62
HSL 297.6º 0.15% 0.34% -
HSV(B) 297.6º 0.26% 0.38% -
XYZ 9.52 8.19 12.63 -
YUV 83.03 136.45 137.97 -
System Red Green Blue C M Y K H S L
Decimal 97 73 98 0.01 0.26 0 0.62 297.6 0.15 0.34
Hex 61 49 62 1 1A 0 3E 12A F 22
Octal 141 111 142 1 32 0 76 452 17 42
Binary 1100001 1001001 1100010 1 11010 0 111110 100101010 1111 100010

Color Harmonies of #614962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614962

Black with #614962

Text Example


Text Example

White with #614962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614962; }

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

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

background-color css

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

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

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

border-color css

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

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

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