Html Css Color HEX #6468EF Medium Slate Blue

📋 copy color: '#6468EF'

red 100 ◦ green 104 ◦ blue 239

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

Shades of Medium Slate Blue #6468EF

Tints of Medium Slate Blue #6468EF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.48%

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

R = 22.57%
G = 23.48%
B = 53.95%

CMYK

 C value IS 0.58

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6468EF (or 0x6468EF) is known color: Medium Slate Blue. HEX triplet: 64, 68 and EF. RGB value is (100,104,239). Sum of RGB (Red+Green+Blue) = 100+104+239=443 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.57% from 443); Green value is 104 (41.02% from 255 or 23.48% from 443); Blue value is 239 (93.75% from 255 or 53.95% from 443); Max value from RGB is 239 - color contains mainly: blue. Hex color #6468EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6468EF is #9B9710. Grayscale: #757575. Windows color (decimal): -10196753 or 15689828. OLE color: 15689828.

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

Color convert

RGB 100 104 239 -
CMYK 0.58 0.56 0 0.06
HSL 238.27º 0.81% 0.66% -
HSV(B) 238.27º 0.58% 0.94% -
XYZ 25.79 18.84 83.94 -
YUV 118.19 196.17 115.02 -
System Red Green Blue C M Y K H S L
Decimal 100 104 239 0.58 0.56 0 0.06 238.27 0.81 0.66
Hex 64 68 EF 3A 38 0 6 EE 51 42
Octal 144 150 357 72 70 0 6 356 121 102
Binary 1100100 1101000 11101111 111010 111000 0 110 11101110 1010001 1000010

Color Harmonies of #6468EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6468EF

Black with #6468EF

Text Example


Text Example

White with #6468EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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