Html Css Color HEX #614A80 Gigas

📋 copy color: '#614A80'

red 97 ◦ green 74 ◦ blue 128

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

Shades of Gigas #614A80

Tints of Gigas #614A80

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.75%

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

R = 32.44%
G = 24.75%
B = 42.81%

CMYK

 C value IS 0.24

 M value IS 0.42

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#614A80 (or 0x614A80) is known color: Gigas. HEX triplet: 61, 4A and 80. RGB value is (97,74,128). Sum of RGB (Red+Green+Blue) = 97+74+128=299 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.44% from 299); Green value is 74 (29.30% from 255 or 24.75% from 299); Blue value is 128 (50.39% from 255 or 42.81% from 299); Max value from RGB is 128 - color contains mainly: blue. Hex color #614A80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614A80 is #9EB57F. Grayscale: #565656. Windows color (decimal): -10401152 or 8407649. OLE color: 8407649.

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

Color convert

RGB 97 74 128 -
CMYK 0.24 0.42 0 0.50
HSL 265.56º 0.27% 0.4% -
HSV(B) 265.56º 0.42% 0.5% -
XYZ 11.27 9 21.56 -
YUV 87.03 151.12 135.11 -
System Red Green Blue C M Y K H S L
Decimal 97 74 128 0.24 0.42 0 0.50 265.56 0.27 0.4
Hex 61 4A 80 18 2A 0 32 10A 1B 28
Octal 141 112 200 30 52 0 62 412 33 50
Binary 1100001 1001010 10000000 11000 101010 0 110010 100001010 11011 101000

Color Harmonies of #614A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614A80

Black with #614A80

Text Example


Text Example

White with #614A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614A80; }

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

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

background-color css

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

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

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

border-color css

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

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

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