Html Css Color HEX #6456EA Medium Slate Blue

📋 copy color: '#6456EA'

red 100 ◦ green 86 ◦ blue 234

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

Shades of Medium Slate Blue #6456EA

Tints of Medium Slate Blue #6456EA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.48%

 BLUE value IS 234 (91.8% from 255) = 55.71%

R = 23.81%
G = 20.48%
B = 55.71%

CMYK

 C value IS 0.57

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6456EA (or 0x6456EA) is known color: Medium Slate Blue. HEX triplet: 64, 56 and EA. RGB value is (100,86,234). Sum of RGB (Red+Green+Blue) = 100+86+234=420 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.81% from 420); Green value is 86 (33.98% from 255 or 20.48% from 420); Blue value is 234 (91.80% from 255 or 55.71% from 420); Max value from RGB is 234 - color contains mainly: blue. Hex color #6456EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6456EA is #9BA915. Grayscale: #6A6A6A. Windows color (decimal): -10201366 or 15357540. OLE color: 15357540.

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

Color convert

RGB 100 86 234 -
CMYK 0.57 0.63 0 0.08
HSL 245.68º 0.78% 0.63% -
HSV(B) 245.68º 0.63% 0.92% -
XYZ 23.43 15.31 79.56 -
YUV 107.06 199.64 122.97 -
System Red Green Blue C M Y K H S L
Decimal 100 86 234 0.57 0.63 0 0.08 245.68 0.78 0.63
Hex 64 56 EA 39 3F 0 8 F6 4E 3F
Octal 144 126 352 71 77 0 10 366 116 77
Binary 1100100 1010110 11101010 111001 111111 0 1000 11110110 1001110 111111

Color Harmonies of #6456EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6456EA

Black with #6456EA

Text Example


Text Example

White with #6456EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6456EA; }

 p { color: rgb(100,86,234); }

 H1.HeaderClassName
 {
   color: #6456EA;
 }
 .AnyTagClassName
 {
   color: #6456EA;
 }
</style>

background-color css

<style>
 a { background-color: #6456EA; }

 a { background-color: rgb(100,86,234); }

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

border-color css

<style>
 span { border-color: #6456EA; }

 span { border-color: rgb(100,86,234); }

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