#6466EE

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

Shades of Medium Slate Blue #6466EE

Tints of Medium Slate Blue #6466EE

Color information

#6466EE (or 0x6466EE) is unknown color: approx Medium Slate Blue. HEX triplet: 64, 66 and EE. RGB value is (100,102,238). Sum of RGB (Red+Green+Blue) = 100+102+238=440 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.73% from 440); Green value is 102 (40.23% from 255 or 23.18% from 440); Blue value is 238 (93.36% from 255 or 54.09% from 440); Max value from RGB is 238 - color contains mainly: blue. Hex color #6466EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6466EE is #9B9911. Grayscale: #747474. Windows color (decimal): -10197266 or 15623780. OLE color: 15623780.

HSL color Cylindrical-coordinate representation of color #6466EE: hue angle of 239.13º 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 #6466EE is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB100102238-
CMYK0.580.5700.07
HSL239.13º80.23%66.27%-
HSV(B)239.13º57.98%93.33%-
XYZ25.4418.3983.1-
YUV116.91196.34115.94-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.73%
GREEN value IS 102 (40.23% from 255) = 23.18%
BLUE value IS 238 (93.36% from 255) = 54.09%
R=22.73%
G=23.18%
B=54.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1001022380.580.5700.07239.1380.2366.27
Hex6466EE3A3907ef5042
Octal144146356727107357120102
Binary110010011001101110111011101011100101111110111110100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6466EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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