#695EF4

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

Shades of Medium Slate Blue #695EF4

Tints of Medium Slate Blue #695EF4

Color information

#695EF4 (or 0x695EF4) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 5E and F4. RGB value is (105,94,244). Sum of RGB (Red+Green+Blue) = 105+94+244=443 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.70% from 443); Green value is 94 (37.11% from 255 or 21.22% from 443); Blue value is 244 (95.70% from 255 or 55.08% from 443); Max value from RGB is 244 - color contains mainly: blue. Hex color #695EF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #695EF4 is #96A10B. Grayscale: #717171. Windows color (decimal): -9871628 or 16014953. OLE color: 16014953.

HSL color Cylindrical-coordinate representation of color #695EF4: hue angle of 244.4º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #695EF4 is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB10594244-
CMYK0.570.6100.04
HSL244.4º87.21%66.27%-
HSV(B)244.4º61.48%95.69%-
XYZ26.1617.5487.59-
YUV114.39201.14121.3-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.70%
GREEN value IS 94 (37.11% from 255) = 21.22%
BLUE value IS 244 (95.70% from 255) = 55.08%
R=23.70%
G=21.22%
B=55.08%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal105942440.570.6100.04244.487.2166.27
Hex695EF4393D04f45742
Octal151136364717504364127102
Binary110100110111101111010011100111110101001111010010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695EF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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