Html Css Color HEX #615EAC Rich Blue

📋 copy color: '#615EAC'

red 97 ◦ green 94 ◦ blue 172

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

Shades of Rich Blue #615EAC

Tints of Rich Blue #615EAC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.9%

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

R = 26.72%
G = 25.9%
B = 47.38%

CMYK

 C value IS 0.44

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#615EAC (or 0x615EAC) is known color: Rich Blue. HEX triplet: 61, 5E and AC. RGB value is (97,94,172). Sum of RGB (Red+Green+Blue) = 97+94+172=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 172 - color contains mainly: blue. Hex color #615EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615EAC is #9EA153. Grayscale: #676767. Windows color (decimal): -10395988 or 11296353. OLE color: 11296353.

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

Color convert

RGB 97 94 172 -
CMYK 0.44 0.45 0 0.33
HSL 242.31º 0.32% 0.52% -
HSV(B) 242.31º 0.45% 0.67% -
XYZ 16.38 13.53 40.78 -
YUV 103.79 166.49 123.16 -
System Red Green Blue C M Y K H S L
Decimal 97 94 172 0.44 0.45 0 0.33 242.31 0.32 0.52
Hex 61 5E AC 2C 2D 0 21 F2 20 34
Octal 141 136 254 54 55 0 41 362 40 64
Binary 1100001 1011110 10101100 101100 101101 0 100001 11110010 100000 110100

Color Harmonies of #615EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615EAC

Black with #615EAC

Text Example


Text Example

White with #615EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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