Html Css Color HEX #614A85 Gigas

📋 copy color: '#614A85'

red 97 ◦ green 74 ◦ blue 133

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

Shades of Gigas #614A85

Tints of Gigas #614A85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 43.75%

R = 31.91%
G = 24.34%
B = 43.75%

CMYK

 C value IS 0.27

 M value IS 0.44

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#614A85 (or 0x614A85) is known color: Gigas. HEX triplet: 61, 4A and 85. RGB value is (97,74,133). Sum of RGB (Red+Green+Blue) = 97+74+133=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 74 (29.30% from 255 or 24.34% from 304); Blue value is 133 (52.34% from 255 or 43.75% from 304); Max value from RGB is 133 - color contains mainly: blue. Hex color #614A85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614A85 is #9EB57A. Grayscale: #575757. Windows color (decimal): -10401147 or 8735329. OLE color: 8735329.

HSL color Cylindrical-coordinate representation of color #614A85: hue angle of 263.39º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #614A85 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 97 74 133 -
CMYK 0.27 0.44 0 0.48
HSL 263.39º 0.29% 0.41% -
HSV(B) 263.39º 0.44% 0.52% -
XYZ 11.61 9.13 23.34 -
YUV 87.6 153.62 134.7 -
System Red Green Blue C M Y K H S L
Decimal 97 74 133 0.27 0.44 0 0.48 263.39 0.29 0.41
Hex 61 4A 85 1B 2C 0 30 107 1D 29
Octal 141 112 205 33 54 0 60 407 35 51
Binary 1100001 1001010 10000101 11011 101100 0 110000 100000111 11101 101001

Color Harmonies of #614A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614A85

Black with #614A85

Text Example


Text Example

White with #614A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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