Html Css Color HEX #6E60F6 Medium Slate Blue

📋 copy color: '#6E60F6'

red 110 ◦ green 96 ◦ blue 246

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

Shades of Medium Slate Blue #6E60F6

Tints of Medium Slate Blue #6E60F6

RGB

 RED value IS 110 (43.36% from 255) = 24.34%

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

 BLUE value IS 246 (96.48% from 255) = 54.42%

R = 24.34%
G = 21.24%
B = 54.42%

CMYK

 C value IS 0.55

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6E60F6 (or 0x6E60F6) is known color: Medium Slate Blue. HEX triplet: 6E, 60 and F6. RGB value is (110,96,246). Sum of RGB (Red+Green+Blue) = 110+96+246=452 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.34% from 452); Green value is 96 (37.89% from 255 or 21.24% from 452); Blue value is 246 (96.48% from 255 or 54.42% from 452); Max value from RGB is 246 - color contains mainly: blue. Hex color #6E60F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E60F6 is #919F09. Grayscale: #747474. Windows color (decimal): -9543434 or 16146542. OLE color: 16146542.

HSL color Cylindrical-coordinate representation of color #6E60F6: hue angle of 245.6º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6E60F6 is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 110 96 246 -
CMYK 0.55 0.61 0 0.04
HSL 245.6º 0.89% 0.67% -
HSV(B) 245.6º 0.61% 0.96% -
XYZ 27.25 18.33 89.29 -
YUV 117.29 200.64 122.8 -
System Red Green Blue C M Y K H S L
Decimal 110 96 246 0.55 0.61 0 0.04 245.6 0.89 0.67
Hex 6E 60 F6 37 3D 0 4 F6 59 43
Octal 156 140 366 67 75 0 4 366 131 103
Binary 1101110 1100000 11110110 110111 111101 0 100 11110110 1011001 1000011

Color Harmonies of #6E60F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E60F6

Black with #6E60F6

Text Example


Text Example

White with #6E60F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E60F6; }

 p { color: rgb(110,96,246); }

 H1.HeaderClassName
 {
   color: #6E60F6;
 }
 .AnyTagClassName
 {
   color: #6E60F6;
 }
</style>

background-color css

<style>
 a { background-color: #6E60F6; }

 a { background-color: rgb(110,96,246); }

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

border-color css

<style>
 span { border-color: #6E60F6; }

 span { border-color: rgb(110,96,246); }

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