#6E75EA

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

Shades of Medium Slate Blue #6E75EA

Tints of Medium Slate Blue #6E75EA

Color information

#6E75EA (or 0x6E75EA) is unknown color: approx Medium Slate Blue. HEX triplet: 6E, 75 and EA. RGB value is (110,117,234). Sum of RGB (Red+Green+Blue) = 110+117+234=461 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.86% from 461); Green value is 117 (46.09% from 255 or 25.38% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #6E75EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E75EA is #918A15. Grayscale: #7F7F7F. Windows color (decimal): -9538070 or 15365486. OLE color: 15365486.

HSL color Cylindrical-coordinate representation of color #6E75EA: hue angle of 236.61º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E75EA is Cyan = 0.53, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB110117234-
CMYK0.530.500.08
HSL236.61º74.7%67.45%-
HSV(B)236.61º52.99%91.76%-
XYZ27.6421.9880.63-
YUV128.24187.68114.99-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.86%
GREEN value IS 117 (46.09% from 255) = 25.38%
BLUE value IS 234 (91.80% from 255) = 50.76%
R=23.86%
G=25.38%
B=50.76%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1101172340.530.500.08236.6174.767.45
Hex6E75EA353208ed4b43
Octal1561653526562010355113103
Binary1101110111010111101010110101110010010001110110110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E75EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,117,234); }

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

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

 a { background-color: rgb(110,117,234); }

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

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

 span { border-color: rgb(110,117,234); }

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