Html Css Color HEX #615BAA Rich Blue

📋 copy color: '#615BAA'

red 97 ◦ green 91 ◦ blue 170

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

Shades of Rich Blue #615BAA

Tints of Rich Blue #615BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 47.49%

R = 27.09%
G = 25.42%
B = 47.49%

CMYK

 C value IS 0.43

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#615BAA (or 0x615BAA) is known color: Rich Blue. HEX triplet: 61, 5B and AA. RGB value is (97,91,170). Sum of RGB (Red+Green+Blue) = 97+91+170=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 91 (35.94% from 255 or 25.42% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 170 - color contains mainly: blue. Hex color #615BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615BAA is #9EA455. Grayscale: #656565. Windows color (decimal): -10396758 or 11164513. OLE color: 11164513.

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

Color convert

RGB 97 91 170 -
CMYK 0.43 0.46 0 0.33
HSL 244.56º 0.32% 0.51% -
HSV(B) 244.56º 0.46% 0.67% -
XYZ 15.93 12.93 39.69 -
YUV 101.8 166.49 124.58 -
System Red Green Blue C M Y K H S L
Decimal 97 91 170 0.43 0.46 0 0.33 244.56 0.32 0.51
Hex 61 5B AA 2B 2E 0 21 F5 20 33
Octal 141 133 252 53 56 0 41 365 40 63
Binary 1100001 1011011 10101010 101011 101110 0 100001 11110101 100000 110011

Color Harmonies of #615BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615BAA

Black with #615BAA

Text Example


Text Example

White with #615BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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