Html Css Color HEX #604983 Gigas

📋 copy color: '#604983'

red 96 ◦ green 73 ◦ blue 131

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

Shades of Gigas #604983

Tints of Gigas #604983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 43.67%

R = 32%
G = 24.33%
B = 43.67%

CMYK

 C value IS 0.27

 M value IS 0.44

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#604983 (or 0x604983) is known color: Gigas. HEX triplet: 60, 49 and 83. RGB value is (96,73,131). Sum of RGB (Red+Green+Blue) = 96+73+131=300 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 131 (51.56% from 255 or 43.67% from 300); Max value from RGB is 131 - color contains mainly: blue. Hex color #604983 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604983 is #9FB67C. Grayscale: #565656. Windows color (decimal): -10466941 or 8604000. OLE color: 8604000.

HSL color Cylindrical-coordinate representation of color #604983: hue angle of 263.79º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #604983 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 96 73 131 -
CMYK 0.27 0.44 0 0.49
HSL 263.79º 0.28% 0.4% -
HSV(B) 263.79º 0.44% 0.51% -
XYZ 11.3 8.89 22.59 -
YUV 86.49 153.12 134.78 -
System Red Green Blue C M Y K H S L
Decimal 96 73 131 0.27 0.44 0 0.49 263.79 0.28 0.4
Hex 60 49 83 1B 2C 0 31 108 1C 28
Octal 140 111 203 33 54 0 61 410 34 50
Binary 1100000 1001001 10000011 11011 101100 0 110001 100001000 11100 101000

Color Harmonies of #604983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604983

Black with #604983

Text Example


Text Example

White with #604983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604983; }

 p { color: rgb(96,73,131); }

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

background-color css

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

 a { background-color: rgb(96,73,131); }

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

border-color css

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

 span { border-color: rgb(96,73,131); }

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