Html Css Color HEX #615E9C Rich Blue

📋 copy color: '#615E9C'

red 97 ◦ green 94 ◦ blue 156

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

Shades of Rich Blue #615E9C

Tints of Rich Blue #615E9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.96%

R = 27.95%
G = 27.09%
B = 44.96%

CMYK

 C value IS 0.38

 M value IS 0.40

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#615E9C (or 0x615E9C) is known color: Rich Blue. HEX triplet: 61, 5E and 9C. RGB value is (97,94,156). Sum of RGB (Red+Green+Blue) = 97+94+156=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 156 (61.33% from 255 or 44.96% from 347); Max value from RGB is 156 - color contains mainly: blue. Hex color #615E9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615E9C is #9EA163. Grayscale: #656565. Windows color (decimal): -10396004 or 10247777. OLE color: 10247777.

HSL color Cylindrical-coordinate representation of color #615E9C: hue angle of 242.9º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #615E9C is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 97 94 156 -
CMYK 0.38 0.40 0 0.39
HSL 242.9º 0.25% 0.49% -
HSV(B) 242.9º 0.4% 0.61% -
XYZ 14.93 12.95 33.16 -
YUV 101.97 158.49 124.46 -
System Red Green Blue C M Y K H S L
Decimal 97 94 156 0.38 0.40 0 0.39 242.9 0.25 0.49
Hex 61 5E 9C 26 28 0 27 F3 19 31
Octal 141 136 234 46 50 0 47 363 31 61
Binary 1100001 1011110 10011100 100110 101000 0 100111 11110011 11001 110001

Color Harmonies of #615E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615E9C

Black with #615E9C

Text Example


Text Example

White with #615E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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