Html Css Color HEX #6460EF Medium Slate Blue

📋 copy color: '#6460EF'

red 100 ◦ green 96 ◦ blue 239

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

Shades of Medium Slate Blue #6460EF

Tints of Medium Slate Blue #6460EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 54.94%

R = 22.99%
G = 22.07%
B = 54.94%

CMYK

 C value IS 0.58

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6460EF (or 0x6460EF) is known color: Medium Slate Blue. HEX triplet: 64, 60 and EF. RGB value is (100,96,239). Sum of RGB (Red+Green+Blue) = 100+96+239=435 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.99% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 239 (93.75% from 255 or 54.94% from 435); Max value from RGB is 239 - color contains mainly: blue. Hex color #6460EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6460EF is #9B9F10. Grayscale: #707070. Windows color (decimal): -10198801 or 15687780. OLE color: 15687780.

HSL color Cylindrical-coordinate representation of color #6460EF: hue angle of 241.68º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6460EF is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 100 96 239 -
CMYK 0.58 0.60 0 0.06
HSL 241.68º 0.82% 0.66% -
HSV(B) 241.68º 0.6% 0.94% -
XYZ 25.02 17.31 83.68 -
YUV 113.5 198.83 118.37 -
System Red Green Blue C M Y K H S L
Decimal 100 96 239 0.58 0.60 0 0.06 241.68 0.82 0.66
Hex 64 60 EF 3A 3C 0 6 F2 52 42
Octal 144 140 357 72 74 0 6 362 122 102
Binary 1100100 1100000 11101111 111010 111100 0 110 11110010 1010010 1000010

Color Harmonies of #6460EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6460EF

Black with #6460EF

Text Example


Text Example

White with #6460EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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