#6068EE

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

Shades of Medium Slate Blue #6068EE

Tints of Medium Slate Blue #6068EE

Color information

#6068EE (or 0x6068EE) is unknown color: approx Medium Slate Blue. HEX triplet: 60, 68 and EE. RGB value is (96,104,238). Sum of RGB (Red+Green+Blue) = 96+104+238=438 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.92% from 438); Green value is 104 (41.02% from 255 or 23.74% from 438); Blue value is 238 (93.36% from 255 or 54.34% from 438); Max value from RGB is 238 - color contains mainly: blue. Hex color #6068EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6068EE is #9F9711. Grayscale: #747474. Windows color (decimal): -10458898 or 15624288. OLE color: 15624288.

HSL color Cylindrical-coordinate representation of color #6068EE: hue angle of 236.62º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6068EE is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB96104238-
CMYK0.600.5600.07
HSL236.62º80.68%65.49%-
HSV(B)236.62º59.66%93.33%-
XYZ25.2118.5683.14-
YUV116.88196.35113.1-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.92%
GREEN value IS 104 (41.02% from 255) = 23.74%
BLUE value IS 238 (93.36% from 255) = 54.34%
R=21.92%
G=23.74%
B=54.34%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal961042380.600.5600.07236.6280.6865.49
Hex6068EE3C3807ed5141
Octal140150356747007355121101
Binary110000011010001110111011110011100001111110110110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6068EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6068EE; }

 p { color: rgb(96,104,238); }

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

<style>
 a { background-color: #6068EE; }

 a { background-color: rgb(96,104,238); }

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

<style>
 span { border-color: #6068EE; }

 span { border-color: rgb(96,104,238); }

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