#6A6CEE

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

Shades of Medium Slate Blue #6A6CEE

Tints of Medium Slate Blue #6A6CEE

Color information

#6A6CEE (or 0x6A6CEE) is unknown color: approx Medium Slate Blue. HEX triplet: 6A, 6C and EE. RGB value is (106,108,238). Sum of RGB (Red+Green+Blue) = 106+108+238=452 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.45% from 452); Green value is 108 (42.58% from 255 or 23.89% from 452); Blue value is 238 (93.36% from 255 or 52.65% from 452); Max value from RGB is 238 - color contains mainly: blue. Hex color #6A6CEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A6CEE is #959311. Grayscale: #797979. Windows color (decimal): -9802514 or 15625322. OLE color: 15625322.

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

Color convert

RGB106108238-
CMYK0.550.5500.07
HSL239.09º79.52%67.45%-
HSV(B)239.09º55.46%93.33%-
XYZ26.7419.9683.33-
YUV122.22193.34116.43-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.45%
GREEN value IS 108 (42.58% from 255) = 23.89%
BLUE value IS 238 (93.36% from 255) = 52.65%
R=23.45%
G=23.89%
B=52.65%

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
Decimal1061082380.550.5500.07239.0979.5267.45
Hex6A6CEE373707ef5043
Octal152154356676707357120103
Binary110101011011001110111011011111011101111110111110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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