#695DF2

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

Shades of Medium Slate Blue #695DF2

Tints of Medium Slate Blue #695DF2

Color information

#695DF2 (or 0x695DF2) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 5D and F2. RGB value is (105,93,242). Sum of RGB (Red+Green+Blue) = 105+93+242=440 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.86% from 440); Green value is 93 (36.72% from 255 or 21.14% from 440); Blue value is 242 (94.92% from 255 or 55% from 440); Max value from RGB is 242 - color contains mainly: blue. Hex color #695DF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #695DF2 is #96A20D. Grayscale: #707070. Windows color (decimal): -9871886 or 15883625. OLE color: 15883625.

HSL color Cylindrical-coordinate representation of color #695DF2: hue angle of 244.83º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #695DF2 is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB10593242-
CMYK0.570.6200.05
HSL244.83º85.14%65.69%-
HSV(B)244.83º61.57%94.9%-
XYZ25.7717.2485.97-
YUV113.57200.48121.88-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.86%
GREEN value IS 93 (36.72% from 255) = 21.14%
BLUE value IS 242 (94.92% from 255) = 55%
R=23.86%
G=21.14%
B=55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal105932420.570.6200.05244.8385.1465.69
Hex695DF2393E05f55542
Octal151135362717605365125102
Binary110100110111011111001011100111111001011111010110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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