#695CE5

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

Shades of Medium Slate Blue #695CE5

Tints of Medium Slate Blue #695CE5

Color information

#695CE5 (or 0x695CE5) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 5C and E5. RGB value is (105,92,229). Sum of RGB (Red+Green+Blue) = 105+92+229=426 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.65% from 426); Green value is 92 (36.33% from 255 or 21.60% from 426); Blue value is 229 (89.84% from 255 or 53.76% from 426); Max value from RGB is 229 - color contains mainly: blue. Hex color #695CE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695CE5 is #96A31A. Grayscale: #6E6E6E. Windows color (decimal): -9872155 or 15031401. OLE color: 15031401.

HSL color Cylindrical-coordinate representation of color #695CE5: hue angle of 245.69º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #695CE5 is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB10592229-
CMYK0.540.6000.10
HSL245.69º72.49%62.94%-
HSV(B)245.69º59.83%89.8%-
XYZ23.816.3176.02-
YUV111.5194.31123.36-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.65%
GREEN value IS 92 (36.33% from 255) = 21.60%
BLUE value IS 229 (89.84% from 255) = 53.76%
R=24.65%
G=21.60%
B=53.76%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal105922290.540.6000.10245.6972.4962.94
Hex695CE5363C0Af6483f
Octal151134345667401236611077
Binary110100110111001110010111011011110001010111101101001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695CE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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