#6468EE

Color #6468EE Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #6468EE

Tints of Medium Slate Blue #6468EE

Color information

#6468EE (or 0x6468EE) is unknown color: approx Medium Slate Blue. HEX triplet: 64, 68 and EE. RGB value is (100,104,238). Sum of RGB (Red+Green+Blue) = 100+104+238=442 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.62% from 442); Green value is 104 (41.02% from 255 or 23.53% from 442); Blue value is 238 (93.36% from 255 or 53.85% from 442); Max value from RGB is 238 - color contains mainly: blue. Hex color #6468EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6468EE is #9B9711. Grayscale: #757575. Windows color (decimal): -10196754 or 15624292. OLE color: 15624292.

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

Color convert

RGB100104238-
CMYK0.580.5600.07
HSL238.26º80.23%66.27%-
HSV(B)238.26º57.98%93.33%-
XYZ25.6418.7883.16-
YUV118.08195.67115.1-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.62%
GREEN value IS 104 (41.02% from 255) = 23.53%
BLUE value IS 238 (93.36% from 255) = 53.85%
R=22.62%
G=23.53%
B=53.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1001042380.580.5600.07238.2680.2366.27
Hex6468EE3A3807ee5042
Octal144150356727007356120102
Binary110010011010001110111011101011100001111110111010100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6468EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6468EE;
 }
 .AnyTagClassName
 {
   color: #6468EE;
 }
</style>
background-color css

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

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

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

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

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

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