#6b64ee

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

Shades of Medium Slate Blue #6B64EE

Tints of Medium Slate Blue #6B64EE

Color information

#6B64EE (or 0x6B64EE) is unknown color: approx Medium Slate Blue. HEX triplet: 6B, 64 and EE. RGB value is (107,100,238). Sum of RGB (Red+Green+Blue) = 107+100+238=445 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.04% from 445); Green value is 100 (39.45% from 255 or 22.47% from 445); Blue value is 238 (93.36% from 255 or 53.48% from 445); Max value from RGB is 238 - color contains mainly: blue. Hex color #6B64EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B64EE is #949B11. Grayscale: #757575. Windows color (decimal): -9739026 or 15623275. OLE color: 15623275.

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

Color convert

RGB107100238-
CMYK0.550.5800.07
HSL243.04º80.23%66.27%-
HSV(B)243.04º57.98%93.33%-
XYZ26.0518.4183.07-
YUV117.82195.82120.28-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.04%
GREEN value IS 100 (39.45% from 255) = 22.47%
BLUE value IS 238 (93.36% from 255) = 53.48%
R=24.04%
G=22.47%
B=53.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1071002380.550.5800.07243.0480.2366.27
Hex6B64EE373A07f35042
Octal153144356677207363120102
Binary110101111001001110111011011111101001111111001110100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b64ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6b64ee; }

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

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

<style>
 a { background-color: #6b64ee; }

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

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

<style>
 span { border-color: #6b64ee; }

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

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