#6c75de

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

Shades of Medium Slate Blue #6C75DE

Tints of Medium Slate Blue #6C75DE

Color information

#6C75DE (or 0x6C75DE) is unknown color: approx Medium Slate Blue. HEX triplet: 6C, 75 and DE. RGB value is (108,117,222). Sum of RGB (Red+Green+Blue) = 108+117+222=447 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24.16% from 447); Green value is 117 (46.09% from 255 or 26.17% from 447); Blue value is 222 (87.11% from 255 or 49.66% from 447); Max value from RGB is 222 - color contains mainly: blue. Hex color #6C75DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C75DE is #938A21. Grayscale: #7D7D7D. Windows color (decimal): -9669154 or 14579052. OLE color: 14579052.

HSL color Cylindrical-coordinate representation of color #6C75DE: hue angle of 235.26º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6C75DE is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB108117222-
CMYK0.510.4700.13
HSL235.26º63.33%64.71%-
HSV(B)235.26º51.35%87.06%-
XYZ25.7321.1871.84-
YUV126.28182.02114.96-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 24.16%
GREEN value IS 117 (46.09% from 255) = 26.17%
BLUE value IS 222 (87.11% from 255) = 49.66%
R=24.16%
G=26.17%
B=49.66%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1081172220.510.4700.13235.2663.3364.71
Hex6C75DE332F0Deb3f41
Octal154165336635701535377101
Binary110110011101011101111011001110111101101111010111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6c75de

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,117,222); }

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

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

 a { background-color: rgb(108,117,222); }

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

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

 span { border-color: rgb(108,117,222); }

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