Html Css Color HEX #615BA1 Rich Blue

📋 copy color: '#615BA1'

red 97 ◦ green 91 ◦ blue 161

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

Shades of Rich Blue #615BA1

Tints of Rich Blue #615BA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 46.13%

R = 27.79%
G = 26.07%
B = 46.13%

CMYK

 C value IS 0.40

 M value IS 0.43

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#615BA1 (or 0x615BA1) is known color: Rich Blue. HEX triplet: 61, 5B and A1. RGB value is (97,91,161). Sum of RGB (Red+Green+Blue) = 97+91+161=349 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.79% from 349); Green value is 91 (35.94% from 255 or 26.07% from 349); Blue value is 161 (63.28% from 255 or 46.13% from 349); Max value from RGB is 161 - color contains mainly: blue. Hex color #615BA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615BA1 is #9EA45E. Grayscale: #646464. Windows color (decimal): -10396767 or 10574689. OLE color: 10574689.

HSL color Cylindrical-coordinate representation of color #615BA1: hue angle of 245.14º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #615BA1 is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 97 91 161 -
CMYK 0.40 0.43 0 0.37
HSL 245.14º 0.28% 0.49% -
HSV(B) 245.14º 0.43% 0.63% -
XYZ 15.1 12.6 35.35 -
YUV 100.77 161.99 125.31 -
System Red Green Blue C M Y K H S L
Decimal 97 91 161 0.40 0.43 0 0.37 245.14 0.28 0.49
Hex 61 5B A1 28 2B 0 25 F5 1C 31
Octal 141 133 241 50 53 0 45 365 34 61
Binary 1100001 1011011 10100001 101000 101011 0 100101 11110101 11100 110001

Color Harmonies of #615BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615BA1

Black with #615BA1

Text Example


Text Example

White with #615BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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