#6A6BEE

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

Shades of Medium Slate Blue #6A6BEE

Tints of Medium Slate Blue #6A6BEE

Color information

#6A6BEE (or 0x6A6BEE) is unknown color: approx Medium Slate Blue. HEX triplet: 6A, 6B and EE. RGB value is (106,107,238). Sum of RGB (Red+Green+Blue) = 106+107+238=451 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.50% from 451); Green value is 107 (42.19% from 255 or 23.73% from 451); Blue value is 238 (93.36% from 255 or 52.77% from 451); Max value from RGB is 238 - color contains mainly: blue. Hex color #6A6BEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A6BEE is #959411. Grayscale: #797979. Windows color (decimal): -9802770 or 15625066. OLE color: 15625066.

HSL color Cylindrical-coordinate representation of color #6A6BEE: hue angle of 239.55º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A6BEE is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB106107238-
CMYK0.550.5500.07
HSL239.55º79.52%67.45%-
HSV(B)239.55º55.46%93.33%-
XYZ26.6319.7583.3-
YUV121.64193.67116.85-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.50%
GREEN value IS 107 (42.19% from 255) = 23.73%
BLUE value IS 238 (93.36% from 255) = 52.77%
R=23.50%
G=23.73%
B=52.77%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1061072380.550.5500.07239.5579.5267.45
Hex6A6BEE373707f05043
Octal152153356676707360120103
Binary110101011010111110111011011111011101111111000010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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