Html Css Color HEX #614980 Gigas

📋 copy color: '#614980'

red 97 ◦ green 73 ◦ blue 128

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

Shades of Gigas #614980

Tints of Gigas #614980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 42.95%

R = 32.55%
G = 24.5%
B = 42.95%

CMYK

 C value IS 0.24

 M value IS 0.43

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#614980 (or 0x614980) is known color: Gigas. HEX triplet: 61, 49 and 80. RGB value is (97,73,128). Sum of RGB (Red+Green+Blue) = 97+73+128=298 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.55% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 128 (50.39% from 255 or 42.95% from 298); Max value from RGB is 128 - color contains mainly: blue. Hex color #614980 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614980 is #9EB67F. Grayscale: #565656. Windows color (decimal): -10401408 or 8407393. OLE color: 8407393.

HSL color Cylindrical-coordinate representation of color #614980: hue angle of 266.18º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #614980 is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 97 73 128 -
CMYK 0.24 0.43 0 0.50
HSL 266.18º 0.27% 0.39% -
HSV(B) 266.18º 0.43% 0.5% -
XYZ 11.21 8.86 21.54 -
YUV 86.45 151.45 135.53 -
System Red Green Blue C M Y K H S L
Decimal 97 73 128 0.24 0.43 0 0.50 266.18 0.27 0.39
Hex 61 49 80 18 2B 0 32 10A 1B 27
Octal 141 111 200 30 53 0 62 412 33 47
Binary 1100001 1001001 10000000 11000 101011 0 110010 100001010 11011 100111

Color Harmonies of #614980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614980

Black with #614980

Text Example


Text Example

White with #614980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614980; }

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

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

background-color css

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

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

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

border-color css

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

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

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