#695DE9

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

Shades of Medium Slate Blue #695DE9

Tints of Medium Slate Blue #695DE9

Color information

#695DE9 (or 0x695DE9) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 5D and E9. RGB value is (105,93,233). Sum of RGB (Red+Green+Blue) = 105+93+233=431 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.36% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 233 (91.41% from 255 or 54.06% from 431); Max value from RGB is 233 - color contains mainly: blue. Hex color #695DE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #695DE9 is #96A216. Grayscale: #707070. Windows color (decimal): -9871895 or 15293801. OLE color: 15293801.

HSL color Cylindrical-coordinate representation of color #695DE9: hue angle of 245.14º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #695DE9 is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB10593233-
CMYK0.550.6000.09
HSL245.14º76.09%63.92%-
HSV(B)245.14º60.09%91.37%-
XYZ24.4516.7279.03-
YUV112.55195.98122.62-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.36%
GREEN value IS 93 (36.72% from 255) = 21.58%
BLUE value IS 233 (91.41% from 255) = 54.06%
R=24.36%
G=21.58%
B=54.06%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal105932330.550.6000.09245.1476.0963.92
Hex695DE9373C09f54c40
Octal1511353516774011365114100
Binary1101001101110111101001110111111100010011111010110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695DE9; }

 p { color: rgb(105,93,233); }

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

<style>
 a { background-color: #695DE9; }

 a { background-color: rgb(105,93,233); }

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

<style>
 span { border-color: #695DE9; }

 span { border-color: rgb(105,93,233); }

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