Html Css Color HEX #615E9F Rich Blue

📋 copy color: '#615E9F'

red 97 ◦ green 94 ◦ blue 159

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

Shades of Rich Blue #615E9F

Tints of Rich Blue #615E9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 45.43%

R = 27.71%
G = 26.86%
B = 45.43%

CMYK

 C value IS 0.39

 M value IS 0.41

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#615E9F (or 0x615E9F) is known color: Rich Blue. HEX triplet: 61, 5E and 9F. RGB value is (97,94,159). Sum of RGB (Red+Green+Blue) = 97+94+159=350 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.71% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 159 (62.5% from 255 or 45.43% from 350); Max value from RGB is 159 - color contains mainly: blue. Hex color #615E9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615E9F is #9EA160. Grayscale: #666666. Windows color (decimal): -10396001 or 10444385. OLE color: 10444385.

HSL color Cylindrical-coordinate representation of color #615E9F: hue angle of 242.77º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #615E9F is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 97 94 159 -
CMYK 0.39 0.41 0 0.38
HSL 242.77º 0.26% 0.5% -
HSV(B) 242.77º 0.41% 0.62% -
XYZ 15.19 13.05 34.52 -
YUV 102.31 159.99 124.21 -
System Red Green Blue C M Y K H S L
Decimal 97 94 159 0.39 0.41 0 0.38 242.77 0.26 0.5
Hex 61 5E 9F 27 29 0 26 F3 1A 32
Octal 141 136 237 47 51 0 46 363 32 62
Binary 1100001 1011110 10011111 100111 101001 0 100110 11110011 11010 110010

Color Harmonies of #615E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615E9F

Black with #615E9F

Text Example


Text Example

White with #615E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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