#6975EE

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

Shades of Medium Slate Blue #6975EE

Tints of Medium Slate Blue #6975EE

Color information

#6975EE (or 0x6975EE) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 75 and EE. RGB value is (105,117,238). Sum of RGB (Red+Green+Blue) = 105+117+238=460 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.83% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 238 (93.36% from 255 or 51.74% from 460); Max value from RGB is 238 - color contains mainly: blue. Hex color #6975EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6975EE is #968A11. Grayscale: #7E7E7E. Windows color (decimal): -9865746 or 15627625. OLE color: 15627625.

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

Color convert

RGB105117238-
CMYK0.560.5100.07
HSL234.59º79.64%67.25%-
HSV(B)234.59º55.88%93.33%-
XYZ27.6221.983.66-
YUV127.21190.52112.16-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.83%
GREEN value IS 117 (46.09% from 255) = 25.43%
BLUE value IS 238 (93.36% from 255) = 51.74%
R=22.83%
G=25.43%
B=51.74%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1051172380.560.5100.07234.5979.6467.25
Hex6975EE383307eb5043
Octal151165356706307353120103
Binary110100111101011110111011100011001101111110101110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6975EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,117,238); }

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

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

 a { background-color: rgb(105,117,238); }

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

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

 span { border-color: rgb(105,117,238); }

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