#6975E3

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

Shades of Medium Slate Blue #6975E3

Tints of Medium Slate Blue #6975E3

Color information

#6975E3 (or 0x6975E3) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 75 and E3. RGB value is (105,117,227). Sum of RGB (Red+Green+Blue) = 105+117+227=449 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.39% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 227 (89.06% from 255 or 50.56% from 449); Max value from RGB is 227 - color contains mainly: blue. Hex color #6975E3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6975E3 is #968A1C. Grayscale: #7D7D7D. Windows color (decimal): -9865757 or 14906729. OLE color: 14906729.

HSL color Cylindrical-coordinate representation of color #6975E3: hue angle of 234.1º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6975E3 is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB105117227-
CMYK0.540.4800.11
HSL234.1º68.54%65.1%-
HSV(B)234.1º53.74%89.02%-
XYZ26.0521.2775.41-
YUV125.95185.02113.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.39%
GREEN value IS 117 (46.09% from 255) = 26.06%
BLUE value IS 227 (89.06% from 255) = 50.56%
R=23.39%
G=26.06%
B=50.56%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1051172270.540.4800.11234.168.5465.1
Hex6975E336300Bea4541
Octal1511653436660013352105101
Binary1101001111010111100011110110110000010111110101010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6975E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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