Html Css Color HEX #6264EC Medium Slate Blue

📋 copy color: '#6264EC'

red 98 ◦ green 100 ◦ blue 236

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

Shades of Medium Slate Blue #6264EC

Tints of Medium Slate Blue #6264EC

RGB

 RED value IS 98 (38.67% from 255) = 22.58%

 GREEN value IS 100 (39.45% from 255) = 23.04%

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

R = 22.58%
G = 23.04%
B = 54.38%

CMYK

 C value IS 0.58

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6264EC (or 0x6264EC) is known color: Medium Slate Blue. HEX triplet: 62, 64 and EC. RGB value is (98,100,236). Sum of RGB (Red+Green+Blue) = 98+100+236=434 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.58% from 434); Green value is 100 (39.45% from 255 or 23.04% from 434); Blue value is 236 (92.58% from 255 or 54.38% from 434); Max value from RGB is 236 - color contains mainly: blue. Hex color #6264EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6264EC is #9D9B13. Grayscale: #727272. Windows color (decimal): -10328852 or 15492194. OLE color: 15492194.

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

Color convert

RGB 98 100 236 -
CMYK 0.58 0.58 0 0.07
HSL 239.13º 0.78% 0.65% -
HSV(B) 239.13º 0.58% 0.93% -
XYZ 24.73 17.77 81.48 -
YUV 114.91 196.34 115.94 -
System Red Green Blue C M Y K H S L
Decimal 98 100 236 0.58 0.58 0 0.07 239.13 0.78 0.65
Hex 62 64 EC 3A 3A 0 7 EF 4E 41
Octal 142 144 354 72 72 0 7 357 116 101
Binary 1100010 1100100 11101100 111010 111010 0 111 11101111 1001110 1000001

Color Harmonies of #6264EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6264EC

Black with #6264EC

Text Example


Text Example

White with #6264EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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