#6768ED

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

Shades of Medium Slate Blue #6768ED

Tints of Medium Slate Blue #6768ED

Color information

#6768ED (or 0x6768ED) is unknown color: approx Medium Slate Blue. HEX triplet: 67, 68 and ED. RGB value is (103,104,237). Sum of RGB (Red+Green+Blue) = 103+104+237=444 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.20% from 444); Green value is 104 (41.02% from 255 or 23.42% from 444); Blue value is 237 (92.97% from 255 or 53.38% from 444); Max value from RGB is 237 - color contains mainly: blue. Hex color #6768ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6768ED is #989712. Grayscale: #767676. Windows color (decimal): -10000147 or 15558759. OLE color: 15558759.

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

Color convert

RGB103104237-
CMYK0.570.5600.07
HSL239.55º78.82%66.67%-
HSV(B)239.55º56.54%92.94%-
XYZ25.8318.982.41-
YUV118.86194.67116.69-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 23.20%
GREEN value IS 104 (41.02% from 255) = 23.42%
BLUE value IS 237 (92.97% from 255) = 53.38%
R=23.20%
G=23.42%
B=53.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1031042370.570.5600.07239.5578.8266.67
Hex6768ED393807f04f43
Octal147150355717007360117103
Binary110011111010001110110111100111100001111111000010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6768ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6768ED; }

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

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

<style>
 a { background-color: #6768ED; }

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

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

<style>
 span { border-color: #6768ED; }

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

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