#695EED

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

Shades of Medium Slate Blue #695EED

Tints of Medium Slate Blue #695EED

Color information

#695EED (or 0x695EED) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 5E and ED. RGB value is (105,94,237). Sum of RGB (Red+Green+Blue) = 105+94+237=436 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.08% from 436); Green value is 94 (37.11% from 255 or 21.56% from 436); Blue value is 237 (92.97% from 255 or 54.36% from 436); Max value from RGB is 237 - color contains mainly: blue. Hex color #695EED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #695EED is #96A112. Grayscale: #717171. Windows color (decimal): -9871635 or 15556201. OLE color: 15556201.

HSL color Cylindrical-coordinate representation of color #695EED: hue angle of 244.62º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #695EED is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB10594237-
CMYK0.560.6000.07
HSL244.62º79.89%64.9%-
HSV(B)244.62º60.34%92.94%-
XYZ25.1117.1282.1-
YUV113.59197.64121.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.08%
GREEN value IS 94 (37.11% from 255) = 21.56%
BLUE value IS 237 (92.97% from 255) = 54.36%
R=24.08%
G=21.56%
B=54.36%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal105942370.560.6000.07244.6279.8964.9
Hex695EED383C07f55041
Octal151136355707407365120101
Binary110100110111101110110111100011110001111111010110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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