Html Css Color HEX #604E80 Gigas

📋 copy color: '#604E80'

red 96 ◦ green 78 ◦ blue 128

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

Shades of Gigas #604E80

Tints of Gigas #604E80

RGB

 RED value IS 96 (37.89% from 255) = 31.79%

 GREEN value IS 78 (30.86% from 255) = 25.83%

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

R = 31.79%
G = 25.83%
B = 42.38%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#604E80 (or 0x604E80) is known color: Gigas. HEX triplet: 60, 4E and 80. RGB value is (96,78,128). Sum of RGB (Red+Green+Blue) = 96+78+128=302 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.79% from 302); Green value is 78 (30.86% from 255 or 25.83% from 302); Blue value is 128 (50.39% from 255 or 42.38% from 302); Max value from RGB is 128 - color contains mainly: blue. Hex color #604E80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #604E80 is #9FB17F. Grayscale: #585858. Windows color (decimal): -10465664 or 8408672. OLE color: 8408672.

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

Color convert

RGB 96 78 128 -
CMYK 0.25 0.39 0 0.50
HSL 261.6º 0.24% 0.4% -
HSV(B) 261.6º 0.39% 0.5% -
XYZ 11.44 9.49 21.65 -
YUV 89.08 149.96 132.93 -
System Red Green Blue C M Y K H S L
Decimal 96 78 128 0.25 0.39 0 0.50 261.6 0.24 0.4
Hex 60 4E 80 19 27 0 32 106 18 28
Octal 140 116 200 31 47 0 62 406 30 50
Binary 1100000 1001110 10000000 11001 100111 0 110010 100000110 11000 101000

Color Harmonies of #604E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604E80

Black with #604E80

Text Example


Text Example

White with #604E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604E80; }

 p { color: rgb(96,78,128); }

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

background-color css

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

 a { background-color: rgb(96,78,128); }

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

border-color css

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

 span { border-color: rgb(96,78,128); }

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