#695CF4

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

Shades of Medium Slate Blue #695CF4

Tints of Medium Slate Blue #695CF4

Color information

#695CF4 (or 0x695CF4) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 5C and F4. RGB value is (105,92,244). Sum of RGB (Red+Green+Blue) = 105+92+244=441 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.81% from 441); Green value is 92 (36.33% from 255 or 20.86% from 441); Blue value is 244 (95.70% from 255 or 55.33% from 441); Max value from RGB is 244 - color contains mainly: blue. Hex color #695CF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #695CF4 is #96A30B. Grayscale: #707070. Windows color (decimal): -9872140 or 16014441. OLE color: 16014441.

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

Color convert

RGB10592244-
CMYK0.570.6200.04
HSL245.13º87.36%65.88%-
HSV(B)245.13º62.3%95.69%-
XYZ25.9817.1987.54-
YUV113.22201.81122.14-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.81%
GREEN value IS 92 (36.33% from 255) = 20.86%
BLUE value IS 244 (95.70% from 255) = 55.33%
R=23.81%
G=20.86%
B=55.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal105922440.570.6200.04245.1387.3665.88
Hex695CF4393E04f55742
Octal151134364717604365127102
Binary110100110111001111010011100111111001001111010110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695CF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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