Html Css Color HEX #615BA2 Rich Blue

📋 copy color: '#615BA2'

red 97 ◦ green 91 ◦ blue 162

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

Shades of Rich Blue #615BA2

Tints of Rich Blue #615BA2

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26%

 BLUE value IS 162 (63.67% from 255) = 46.29%

R = 27.71%
G = 26%
B = 46.29%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#615BA2 (or 0x615BA2) is known color: Rich Blue. HEX triplet: 61, 5B and A2. RGB value is (97,91,162). Sum of RGB (Red+Green+Blue) = 97+91+162=350 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.71% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 162 (63.67% from 255 or 46.29% from 350); Max value from RGB is 162 - color contains mainly: blue. Hex color #615BA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615BA2 is #9EA45D. Grayscale: #646464. Windows color (decimal): -10396766 or 10640225. OLE color: 10640225.

HSL color Cylindrical-coordinate representation of color #615BA2: hue angle of 245.07º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #615BA2 is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 97 91 162 -
CMYK 0.40 0.44 0 0.36
HSL 245.07º 0.28% 0.5% -
HSV(B) 245.07º 0.44% 0.64% -
XYZ 15.19 12.63 35.82 -
YUV 100.89 162.49 125.23 -
System Red Green Blue C M Y K H S L
Decimal 97 91 162 0.40 0.44 0 0.36 245.07 0.28 0.5
Hex 61 5B A2 28 2C 0 24 F5 1C 32
Octal 141 133 242 50 54 0 44 365 34 62
Binary 1100001 1011011 10100010 101000 101100 0 100100 11110101 11100 110010

Color Harmonies of #615BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615BA2

Black with #615BA2

Text Example


Text Example

White with #615BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615BA2; }

 p { color: rgb(97,91,162); }

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

background-color css

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

 a { background-color: rgb(97,91,162); }

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

border-color css

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

 span { border-color: rgb(97,91,162); }

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