Html Css Color HEX #614562 Fedora

📋 copy color: '#614562'

red 97 ◦ green 69 ◦ blue 98

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

Shades of Fedora #614562

Tints of Fedora #614562

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.14%

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

R = 36.74%
G = 26.14%
B = 37.12%

CMYK

 C value IS 0.01

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#614562 (or 0x614562) is known color: Fedora. HEX triplet: 61, 45 and 62. RGB value is (97,69,98). Sum of RGB (Red+Green+Blue) = 97+69+98=264 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.74% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 98 (38.67% from 255 or 37.12% from 264); Max value from RGB is 98 - color contains mainly: blue. Hex color #614562 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614562 is #9EBA9D. Grayscale: #505050. Windows color (decimal): -10402462 or 6440289. OLE color: 6440289.

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

Color convert

RGB 97 69 98 -
CMYK 0.01 0.30 0 0.62
HSL 297.93º 0.17% 0.33% -
HSV(B) 297.93º 0.3% 0.38% -
XYZ 9.26 7.68 12.55 -
YUV 80.68 137.78 139.64 -
System Red Green Blue C M Y K H S L
Decimal 97 69 98 0.01 0.30 0 0.62 297.93 0.17 0.33
Hex 61 45 62 1 1E 0 3E 12A 11 21
Octal 141 105 142 1 36 0 76 452 21 41
Binary 1100001 1000101 1100010 1 11110 0 111110 100101010 10001 100001

Color Harmonies of #614562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614562

Black with #614562

Text Example


Text Example

White with #614562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614562; }

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

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

background-color css

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

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

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

border-color css

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

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

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