#695DF8

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

Shades of Medium Slate Blue #695DF8

Tints of Medium Slate Blue #695DF8

Color information

#695DF8 (or 0x695DF8) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 5D and F8. RGB value is (105,93,248). Sum of RGB (Red+Green+Blue) = 105+93+248=446 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.54% from 446); Green value is 93 (36.72% from 255 or 20.85% from 446); Blue value is 248 (97.27% from 255 or 55.61% from 446); Max value from RGB is 248 - color contains mainly: blue. Hex color #695DF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #695DF8 is #96A207. Grayscale: #717171. Windows color (decimal): -9871880 or 16276841. OLE color: 16276841.

HSL color Cylindrical-coordinate representation of color #695DF8: hue angle of 244.65º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #695DF8 is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB10593248-
CMYK0.580.6200.03
HSL244.65º91.72%66.86%-
HSV(B)244.65º62.5%97.25%-
XYZ26.6817.6190.8-
YUV114.26203.48121.4-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.54%
GREEN value IS 93 (36.72% from 255) = 20.85%
BLUE value IS 248 (97.27% from 255) = 55.61%
R=23.54%
G=20.85%
B=55.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal105932480.580.6200.03244.6591.7266.86
Hex695DF83A3E03f55c43
Octal151135370727603365134103
Binary11010011011101111110001110101111100111111010110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695DF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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