#6664ee

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

Shades of Medium Slate Blue #6664EE

Tints of Medium Slate Blue #6664EE

Color information

#6664EE (or 0x6664EE) is unknown color: approx Medium Slate Blue. HEX triplet: 66, 64 and EE. RGB value is (102,100,238). Sum of RGB (Red+Green+Blue) = 102+100+238=440 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.18% from 440); Green value is 100 (39.45% from 255 or 22.73% 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 #6664EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6664EE is #999B11. Grayscale: #737373. Windows color (decimal): -10066706 or 15623270. OLE color: 15623270.

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

Color convert

RGB102100238-
CMYK0.570.5800.07
HSL240.87º80.23%66.27%-
HSV(B)240.87º57.98%93.33%-
XYZ25.4718.1183.04-
YUV116.33196.66117.78-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1021002380.570.5800.07240.8780.2366.27
Hex6664EE393A07f15042
Octal146144356717207361120102
Binary110011011001001110111011100111101001111111000110100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6664ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6664ee; }

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

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

<style>
 a { background-color: #6664ee; }

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

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

<style>
 span { border-color: #6664ee; }

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

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