Html Css Color HEX #604880 Gigas

📋 copy color: '#604880'

red 96 ◦ green 72 ◦ blue 128

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

Shades of Gigas #604880

Tints of Gigas #604880

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.32%

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

R = 32.43%
G = 24.32%
B = 43.24%

CMYK

 C value IS 0.25

 M value IS 0.44

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#604880 (or 0x604880) is known color: Gigas. HEX triplet: 60, 48 and 80. RGB value is (96,72,128). Sum of RGB (Red+Green+Blue) = 96+72+128=296 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.43% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 128 (50.39% from 255 or 43.24% from 296); Max value from RGB is 128 - color contains mainly: blue. Hex color #604880 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604880 is #9FB77F. Grayscale: #555555. Windows color (decimal): -10467200 or 8407136. OLE color: 8407136.

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

Color convert

RGB 96 72 128 -
CMYK 0.25 0.44 0 0.50
HSL 265.71º 0.28% 0.39% -
HSV(B) 265.71º 0.44% 0.5% -
XYZ 11.04 8.68 21.52 -
YUV 85.56 151.95 135.45 -
System Red Green Blue C M Y K H S L
Decimal 96 72 128 0.25 0.44 0 0.50 265.71 0.28 0.39
Hex 60 48 80 19 2C 0 32 10A 1C 27
Octal 140 110 200 31 54 0 62 412 34 47
Binary 1100000 1001000 10000000 11001 101100 0 110010 100001010 11100 100111

Color Harmonies of #604880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604880

Black with #604880

Text Example


Text Example

White with #604880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604880; }

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

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

background-color css

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

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

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

border-color css

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

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

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