Html Css Color HEX #615AAA Rich Blue

📋 copy color: '#615AAA'

red 97 ◦ green 90 ◦ blue 170

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

Shades of Rich Blue #615AAA

Tints of Rich Blue #615AAA

RGB

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

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

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

R = 27.17%
G = 25.21%
B = 47.62%

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

#615AAA (or 0x615AAA) is known color: Rich Blue. HEX triplet: 61, 5A and AA. RGB value is (97,90,170). Sum of RGB (Red+Green+Blue) = 97+90+170=357 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.17% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 170 - color contains mainly: blue. Hex color #615AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615AAA is #9EA555. Grayscale: #646464. Windows color (decimal): -10397014 or 11164257. OLE color: 11164257.

HSL color Cylindrical-coordinate representation of color #615AAA: hue angle of 245.25º degrees, saturation: 0.32, 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 #615AAA is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 90 170 -
CMYK 0.43 0.47 0 0.33
HSL 245.25º 0.32% 0.51% -
HSV(B) 245.25º 0.47% 0.67% -
XYZ 15.84 12.76 39.66 -
YUV 101.21 166.82 125 -
System Red Green Blue C M Y K H S L
Decimal 97 90 170 0.43 0.47 0 0.33 245.25 0.32 0.51
Hex 61 5A AA 2B 2F 0 21 F5 20 33
Octal 141 132 252 53 57 0 41 365 40 63
Binary 1100001 1011010 10101010 101011 101111 0 100001 11110101 100000 110011

Color Harmonies of #615AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615AAA

Black with #615AAA

Text Example


Text Example

White with #615AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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