#695DE5

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

Shades of Medium Slate Blue #695DE5

Tints of Medium Slate Blue #695DE5

Color information

#695DE5 (or 0x695DE5) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 5D and E5. RGB value is (105,93,229). Sum of RGB (Red+Green+Blue) = 105+93+229=427 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.59% from 427); Green value is 93 (36.72% from 255 or 21.78% from 427); Blue value is 229 (89.84% from 255 or 53.63% from 427); Max value from RGB is 229 - color contains mainly: blue. Hex color #695DE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695DE5 is #96A21A. Grayscale: #6F6F6F. Windows color (decimal): -9871899 or 15031657. OLE color: 15031657.

HSL color Cylindrical-coordinate representation of color #695DE5: hue angle of 245.29º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #695DE5 is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB10593229-
CMYK0.540.5900.10
HSL245.29º72.34%63.14%-
HSV(B)245.29º59.39%89.8%-
XYZ23.8816.4976.05-
YUV112.09193.98122.94-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.59%
GREEN value IS 93 (36.72% from 255) = 21.78%
BLUE value IS 229 (89.84% from 255) = 53.63%
R=24.59%
G=21.78%
B=53.63%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal105932290.540.5900.10245.2972.3463.14
Hex695DE5363B0Af5483f
Octal151135345667301236511077
Binary110100110111011110010111011011101101010111101011001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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