Html Css Color HEX #615AAC Rich Blue

📋 copy color: '#615AAC'

red 97 ◦ green 90 ◦ blue 172

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

Shades of Rich Blue #615AAC

Tints of Rich Blue #615AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.91%

R = 27.02%
G = 25.07%
B = 47.91%

CMYK

 C value IS 0.44

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#615AAC (or 0x615AAC) is known color: Rich Blue. HEX triplet: 61, 5A and AC. RGB value is (97,90,172). Sum of RGB (Red+Green+Blue) = 97+90+172=359 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.02% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 172 (67.58% from 255 or 47.91% from 359); Max value from RGB is 172 - color contains mainly: blue. Hex color #615AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615AAC is #9EA553. Grayscale: #656565. Windows color (decimal): -10397012 or 11295329. OLE color: 11295329.

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

Color convert

RGB 97 90 172 -
CMYK 0.44 0.48 0 0.33
HSL 245.12º 0.33% 0.51% -
HSV(B) 245.12º 0.48% 0.67% -
XYZ 16.03 12.83 40.66 -
YUV 101.44 167.82 124.83 -
System Red Green Blue C M Y K H S L
Decimal 97 90 172 0.44 0.48 0 0.33 245.12 0.33 0.51
Hex 61 5A AC 2C 30 0 21 F5 21 33
Octal 141 132 254 54 60 0 41 365 41 63
Binary 1100001 1011010 10101100 101100 110000 0 100001 11110101 100001 110011

Color Harmonies of #615AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615AAC

Black with #615AAC

Text Example


Text Example

White with #615AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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