#6867EA

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

Shades of Medium Slate Blue #6867EA

Tints of Medium Slate Blue #6867EA

Color information

#6867EA (or 0x6867EA) is unknown color: approx Medium Slate Blue. HEX triplet: 68, 67 and EA. RGB value is (104,103,234). Sum of RGB (Red+Green+Blue) = 104+103+234=441 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.58% from 441); Green value is 103 (40.62% from 255 or 23.36% from 441); Blue value is 234 (91.80% from 255 or 53.06% from 441); Max value from RGB is 234 - color contains mainly: blue. Hex color #6867EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6867EA is #979815. Grayscale: #757575. Windows color (decimal): -9934870 or 15361896. OLE color: 15361896.

HSL color Cylindrical-coordinate representation of color #6867EA: hue angle of 240.46º 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 #6867EA is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB104103234-
CMYK0.560.5600.08
HSL240.46º75.72%66.08%-
HSV(B)240.46º55.98%91.76%-
XYZ25.4118.5880.09-
YUV118.23193.33117.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.58%
GREEN value IS 103 (40.62% from 255) = 23.36%
BLUE value IS 234 (91.80% from 255) = 53.06%
R=23.58%
G=23.36%
B=53.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1041032340.560.5600.08240.4675.7266.08
Hex6867EA383808f04c42
Octal1501473527070010360114102
Binary1101000110011111101010111000111000010001111000010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6867EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6867EA; }

 p { color: rgb(104,103,234); }

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

<style>
 a { background-color: #6867EA; }

 a { background-color: rgb(104,103,234); }

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

<style>
 span { border-color: #6867EA; }

 span { border-color: rgb(104,103,234); }

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