#6e75db

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

Shades of Medium Slate Blue #6E75DB

Tints of Medium Slate Blue #6E75DB

Color information

#6E75DB (or 0x6E75DB) is unknown color: approx Medium Slate Blue. HEX triplet: 6E, 75 and DB. RGB value is (110,117,219). Sum of RGB (Red+Green+Blue) = 110+117+219=446 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.66% from 446); Green value is 117 (46.09% from 255 or 26.23% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #6E75DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E75DB is #918A24. Grayscale: #7E7E7E. Windows color (decimal): -9538085 or 14382446. OLE color: 14382446.

HSL color Cylindrical-coordinate representation of color #6E75DB: hue angle of 236.15º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E75DB is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB110117219-
CMYK0.500.4700.14
HSL236.15º60.22%64.51%-
HSV(B)236.15º49.77%85.88%-
XYZ25.5821.1569.75-
YUV126.54180.18116.21-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.66%
GREEN value IS 117 (46.09% from 255) = 26.23%
BLUE value IS 219 (85.94% from 255) = 49.10%
R=24.66%
G=26.23%
B=49.10%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1101172190.500.4700.14236.1560.2264.51
Hex6E75DB322F0Eec3c41
Octal156165333625701635474101
Binary110111011101011101101111001010111101110111011001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6e75db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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