#695CF1

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

Shades of Medium Slate Blue #695CF1

Tints of Medium Slate Blue #695CF1

Color information

#695CF1 (or 0x695CF1) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 5C and F1. RGB value is (105,92,241). Sum of RGB (Red+Green+Blue) = 105+92+241=438 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.97% from 438); Green value is 92 (36.33% from 255 or 21.00% from 438); Blue value is 241 (94.53% from 255 or 55.02% from 438); Max value from RGB is 241 - color contains mainly: blue. Hex color #695CF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #695CF1 is #96A30E. Grayscale: #707070. Windows color (decimal): -9872143 or 15817833. OLE color: 15817833.

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

Color convert

RGB10592241-
CMYK0.560.6200.05
HSL245.23º84.18%65.29%-
HSV(B)245.23º61.83%94.51%-
XYZ25.5317.0185.16-
YUV112.87200.31122.38-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.97%
GREEN value IS 92 (36.33% from 255) = 21.00%
BLUE value IS 241 (94.53% from 255) = 55.02%
R=23.97%
G=21.00%
B=55.02%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal105922410.560.6200.05245.2384.1865.29
Hex695CF1383E05f55441
Octal151134361707605365124101
Binary110100110111001111000111100011111001011111010110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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