Html Css Color HEX #615AAB Rich Blue

📋 copy color: '#615AAB'

red 97 ◦ green 90 ◦ blue 171

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

Shades of Rich Blue #615AAB

Tints of Rich Blue #615AAB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.14%

 BLUE value IS 171 (67.19% from 255) = 47.77%

R = 27.09%
G = 25.14%
B = 47.77%

CMYK

 C value IS 0.43

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#615AAB (or 0x615AAB) is known color: Rich Blue. HEX triplet: 61, 5A and AB. RGB value is (97,90,171). Sum of RGB (Red+Green+Blue) = 97+90+171=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #615AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615AAB is #9EA554. Grayscale: #656565. Windows color (decimal): -10397013 or 11229793. OLE color: 11229793.

HSL color Cylindrical-coordinate representation of color #615AAB: hue angle of 245.19º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #615AAB is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 90 171 -
CMYK 0.43 0.47 0 0.33
HSL 245.19º 0.33% 0.51% -
HSV(B) 245.19º 0.47% 0.67% -
XYZ 15.94 12.79 40.16 -
YUV 101.33 167.32 124.91 -
System Red Green Blue C M Y K H S L
Decimal 97 90 171 0.43 0.47 0 0.33 245.19 0.33 0.51
Hex 61 5A AB 2B 2F 0 21 F5 21 33
Octal 141 132 253 53 57 0 41 365 41 63
Binary 1100001 1011010 10101011 101011 101111 0 100001 11110101 100001 110011

Color Harmonies of #615AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615AAB

Black with #615AAB

Text Example


Text Example

White with #615AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,90,171); }

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

background-color css

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

 a { background-color: rgb(97,90,171); }

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

border-color css

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

 span { border-color: rgb(97,90,171); }

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