Html Css Color HEX #6460EC Medium Slate Blue

📋 copy color: '#6460EC'

red 100 ◦ green 96 ◦ blue 236

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

Shades of Medium Slate Blue #6460EC

Tints of Medium Slate Blue #6460EC

RGB

 RED value IS 100 (39.45% from 255) = 23.15%

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

 BLUE value IS 236 (92.58% from 255) = 54.63%

R = 23.15%
G = 22.22%
B = 54.63%

CMYK

 C value IS 0.58

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6460EC (or 0x6460EC) is known color: Medium Slate Blue. HEX triplet: 64, 60 and EC. RGB value is (100,96,236). Sum of RGB (Red+Green+Blue) = 100+96+236=432 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.15% from 432); Green value is 96 (37.89% from 255 or 22.22% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #6460EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6460EC is #9B9F13. Grayscale: #707070. Windows color (decimal): -10198804 or 15491172. OLE color: 15491172.

HSL color Cylindrical-coordinate representation of color #6460EC: hue angle of 241.71º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6460EC is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 96 236 -
CMYK 0.58 0.59 0 0.07
HSL 241.71º 0.79% 0.65% -
HSV(B) 241.71º 0.59% 0.93% -
XYZ 24.58 17.13 81.37 -
YUV 113.16 197.33 118.62 -
System Red Green Blue C M Y K H S L
Decimal 100 96 236 0.58 0.59 0 0.07 241.71 0.79 0.65
Hex 64 60 EC 3A 3B 0 7 F2 4F 41
Octal 144 140 354 72 73 0 7 362 117 101
Binary 1100100 1100000 11101100 111010 111011 0 111 11110010 1001111 1000001

Color Harmonies of #6460EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6460EC

Black with #6460EC

Text Example


Text Example

White with #6460EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6460EC; }

 p { color: rgb(100,96,236); }

 H1.HeaderClassName
 {
   color: #6460EC;
 }
 .AnyTagClassName
 {
   color: #6460EC;
 }
</style>

background-color css

<style>
 a { background-color: #6460EC; }

 a { background-color: rgb(100,96,236); }

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

border-color css

<style>
 span { border-color: #6460EC; }

 span { border-color: rgb(100,96,236); }

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