Html Css Color HEX #615BA5 Rich Blue

📋 copy color: '#615BA5'

red 97 ◦ green 91 ◦ blue 165

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

Shades of Rich Blue #615BA5

Tints of Rich Blue #615BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 46.74%

R = 27.48%
G = 25.78%
B = 46.74%

CMYK

 C value IS 0.41

 M value IS 0.45

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#615BA5 (or 0x615BA5) is known color: Rich Blue. HEX triplet: 61, 5B and A5. RGB value is (97,91,165). Sum of RGB (Red+Green+Blue) = 97+91+165=353 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.48% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 165 (64.84% from 255 or 46.74% from 353); Max value from RGB is 165 - color contains mainly: blue. Hex color #615BA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615BA5 is #9EA45A. Grayscale: #646464. Windows color (decimal): -10396763 or 10836833. OLE color: 10836833.

HSL color Cylindrical-coordinate representation of color #615BA5: hue angle of 244.86º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #615BA5 is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 97 91 165 -
CMYK 0.41 0.45 0 0.35
HSL 244.86º 0.29% 0.5% -
HSV(B) 244.86º 0.45% 0.65% -
XYZ 15.46 12.74 37.24 -
YUV 101.23 163.99 124.98 -
System Red Green Blue C M Y K H S L
Decimal 97 91 165 0.41 0.45 0 0.35 244.86 0.29 0.5
Hex 61 5B A5 29 2D 0 23 F5 1D 32
Octal 141 133 245 51 55 0 43 365 35 62
Binary 1100001 1011011 10100101 101001 101101 0 100011 11110101 11101 110010

Color Harmonies of #615BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615BA5

Black with #615BA5

Text Example


Text Example

White with #615BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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