#695EF1

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

Shades of Medium Slate Blue #695EF1

Tints of Medium Slate Blue #695EF1

Color information

#695EF1 (or 0x695EF1) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 5E and F1. RGB value is (105,94,241). Sum of RGB (Red+Green+Blue) = 105+94+241=440 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.86% from 440); Green value is 94 (37.11% from 255 or 21.36% from 440); Blue value is 241 (94.53% from 255 or 54.77% from 440); Max value from RGB is 241 - color contains mainly: blue. Hex color #695EF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #695EF1 is #96A10E. Grayscale: #717171. Windows color (decimal): -9871631 or 15818345. OLE color: 15818345.

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

Color convert

RGB10594241-
CMYK0.560.6100.05
HSL244.49º84%65.69%-
HSV(B)244.49º61%94.51%-
XYZ25.7117.3685.21-
YUV114.05199.64121.55-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.86%
GREEN value IS 94 (37.11% from 255) = 21.36%
BLUE value IS 241 (94.53% from 255) = 54.77%
R=23.86%
G=21.36%
B=54.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal105942410.560.6100.05244.498465.69
Hex695EF1383D05f45442
Octal151136361707505364124102
Binary110100110111101111000111100011110101011111010010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,94,241); }

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

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

 a { background-color: rgb(105,94,241); }

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

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

 span { border-color: rgb(105,94,241); }

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