Html Css Color HEX #6460EB Medium Slate Blue

📋 copy color: '#6460EB'

red 100 ◦ green 96 ◦ blue 235

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

Shades of Medium Slate Blue #6460EB

Tints of Medium Slate Blue #6460EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 54.52%

R = 23.2%
G = 22.27%
B = 54.52%

CMYK

 C value IS 0.57

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6460EB (or 0x6460EB) is known color: Medium Slate Blue. HEX triplet: 64, 60 and EB. RGB value is (100,96,235). Sum of RGB (Red+Green+Blue) = 100+96+235=431 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.20% from 431); Green value is 96 (37.89% from 255 or 22.27% from 431); Blue value is 235 (92.19% from 255 or 54.52% from 431); Max value from RGB is 235 - color contains mainly: blue. Hex color #6460EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6460EB is #9B9F14. Grayscale: #707070. Windows color (decimal): -10198805 or 15425636. OLE color: 15425636.

HSL color Cylindrical-coordinate representation of color #6460EB: hue angle of 241.73º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6460EB is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 100 96 235 -
CMYK 0.57 0.59 0 0.08
HSL 241.73º 0.78% 0.65% -
HSV(B) 241.73º 0.59% 0.92% -
XYZ 24.43 17.07 80.6 -
YUV 113.04 196.83 118.7 -
System Red Green Blue C M Y K H S L
Decimal 100 96 235 0.57 0.59 0 0.08 241.73 0.78 0.65
Hex 64 60 EB 39 3B 0 8 F2 4E 41
Octal 144 140 353 71 73 0 10 362 116 101
Binary 1100100 1100000 11101011 111001 111011 0 1000 11110010 1001110 1000001

Color Harmonies of #6460EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6460EB

Black with #6460EB

Text Example


Text Example

White with #6460EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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