Html Css Color HEX #615BA3 Rich Blue

📋 copy color: '#615BA3'

red 97 ◦ green 91 ◦ blue 163

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

Shades of Rich Blue #615BA3

Tints of Rich Blue #615BA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 46.44%

R = 27.64%
G = 25.93%
B = 46.44%

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

#615BA3 (or 0x615BA3) is known color: Rich Blue. HEX triplet: 61, 5B and A3. RGB value is (97,91,163). Sum of RGB (Red+Green+Blue) = 97+91+163=351 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.64% from 351); Green value is 91 (35.94% from 255 or 25.93% from 351); Blue value is 163 (64.06% from 255 or 46.44% from 351); Max value from RGB is 163 - color contains mainly: blue. Hex color #615BA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615BA3 is #9EA45C. Grayscale: #646464. Windows color (decimal): -10396765 or 10705761. OLE color: 10705761.

HSL color Cylindrical-coordinate representation of color #615BA3: hue angle of 245º 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 #615BA3 is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 97 91 163 -
CMYK 0.40 0.44 0 0.36
HSL 245º 0.28% 0.5% -
HSV(B) 245º 0.44% 0.64% -
XYZ 15.28 12.67 36.29 -
YUV 101 162.99 125.15 -
System Red Green Blue C M Y K H S L
Decimal 97 91 163 0.40 0.44 0 0.36 245 0.28 0.5
Hex 61 5B A3 28 2C 0 24 F5 1C 32
Octal 141 133 243 50 54 0 44 365 34 62
Binary 1100001 1011011 10100011 101000 101100 0 100100 11110101 11100 110010

Color Harmonies of #615BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615BA3

Black with #615BA3

Text Example


Text Example

White with #615BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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