#6B66EA

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

Shades of Medium Slate Blue #6B66EA

Tints of Medium Slate Blue #6B66EA

Color information

#6B66EA (or 0x6B66EA) is unknown color: approx Medium Slate Blue. HEX triplet: 6B, 66 and EA. RGB value is (107,102,234). Sum of RGB (Red+Green+Blue) = 107+102+234=443 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.15% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 234 (91.80% from 255 or 52.82% from 443); Max value from RGB is 234 - color contains mainly: blue. Hex color #6B66EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B66EA is #949915. Grayscale: #767676. Windows color (decimal): -9738518 or 15361643. OLE color: 15361643.

HSL color Cylindrical-coordinate representation of color #6B66EA: hue angle of 242.27º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6B66EA is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB107102234-
CMYK0.540.5600.08
HSL242.27º75.86%65.88%-
HSV(B)242.27º56.41%91.76%-
XYZ25.6718.5780.07-
YUV118.54193.16119.77-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.15%
GREEN value IS 102 (40.23% from 255) = 23.02%
BLUE value IS 234 (91.80% from 255) = 52.82%
R=24.15%
G=23.02%
B=52.82%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1071022340.540.5600.08242.2775.8665.88
Hex6B66EA363808f24c42
Octal1531463526670010362114102
Binary1101011110011011101010110110111000010001111001010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B66EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,102,234); }

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

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

 a { background-color: rgb(107,102,234); }

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

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

 span { border-color: rgb(107,102,234); }

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