Html Css Color HEX #615EAB Rich Blue

📋 copy color: '#615EAB'

red 97 ◦ green 94 ◦ blue 171

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

Shades of Rich Blue #615EAB

Tints of Rich Blue #615EAB

RGB

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

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

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

R = 26.8%
G = 25.97%
B = 47.24%

CMYK

 C value IS 0.43

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#615EAB (or 0x615EAB) is known color: Rich Blue. HEX triplet: 61, 5E and AB. RGB value is (97,94,171). Sum of RGB (Red+Green+Blue) = 97+94+171=362 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.80% from 362); Green value is 94 (37.11% from 255 or 25.97% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #615EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615EAB is #9EA154. Grayscale: #676767. Windows color (decimal): -10395989 or 11230817. OLE color: 11230817.

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

Color convert

RGB 97 94 171 -
CMYK 0.43 0.45 0 0.33
HSL 242.34º 0.31% 0.52% -
HSV(B) 242.34º 0.45% 0.67% -
XYZ 16.28 13.49 40.27 -
YUV 103.68 165.99 123.24 -
System Red Green Blue C M Y K H S L
Decimal 97 94 171 0.43 0.45 0 0.33 242.34 0.31 0.52
Hex 61 5E AB 2B 2D 0 21 F2 1F 34
Octal 141 136 253 53 55 0 41 362 37 64
Binary 1100001 1011110 10101011 101011 101101 0 100001 11110010 11111 110100

Color Harmonies of #615EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615EAB

Black with #615EAB

Text Example


Text Example

White with #615EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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