Html Css Color HEX #6160E9 Medium Slate Blue

📋 copy color: '#6160E9'

red 97 ◦ green 96 ◦ blue 233

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

Shades of Medium Slate Blue #6160E9

Tints of Medium Slate Blue #6160E9

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.54%

 BLUE value IS 233 (91.41% from 255) = 54.69%

R = 22.77%
G = 22.54%
B = 54.69%

CMYK

 C value IS 0.58

 M value IS 0.59

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6160E9 (or 0x6160E9) is known color: Medium Slate Blue. HEX triplet: 61, 60 and E9. RGB value is (97,96,233). Sum of RGB (Red+Green+Blue) = 97+96+233=426 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.77% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 233 (91.41% from 255 or 54.69% from 426); Max value from RGB is 233 - color contains mainly: blue. Hex color #6160E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6160E9 is #9E9F16. Grayscale: #6F6F6F. Windows color (decimal): -10395415 or 15294561. OLE color: 15294561.

HSL color Cylindrical-coordinate representation of color #6160E9: hue angle of 240.44º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6160E9 is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 97 96 233 -
CMYK 0.58 0.59 0 0.09
HSL 240.44º 0.76% 0.65% -
HSV(B) 240.44º 0.59% 0.91% -
XYZ 23.82 16.79 79.08 -
YUV 111.92 196.33 117.36 -
System Red Green Blue C M Y K H S L
Decimal 97 96 233 0.58 0.59 0 0.09 240.44 0.76 0.65
Hex 61 60 E9 3A 3B 0 9 F0 4C 41
Octal 141 140 351 72 73 0 11 360 114 101
Binary 1100001 1100000 11101001 111010 111011 0 1001 11110000 1001100 1000001

Color Harmonies of #6160E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6160E9

Black with #6160E9

Text Example


Text Example

White with #6160E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6160E9; }

 p { color: rgb(97,96,233); }

 H1.HeaderClassName
 {
   color: #6160E9;
 }
 .AnyTagClassName
 {
   color: #6160E9;
 }
</style>

background-color css

<style>
 a { background-color: #6160E9; }

 a { background-color: rgb(97,96,233); }

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

border-color css

<style>
 span { border-color: #6160E9; }

 span { border-color: rgb(97,96,233); }

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