#695EF3

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

Shades of Medium Slate Blue #695EF3

Tints of Medium Slate Blue #695EF3

Color information

#695EF3 (or 0x695EF3) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 5E and F3. RGB value is (105,94,243). Sum of RGB (Red+Green+Blue) = 105+94+243=442 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.76% from 442); Green value is 94 (37.11% from 255 or 21.27% from 442); Blue value is 243 (95.31% from 255 or 54.98% from 442); Max value from RGB is 243 - color contains mainly: blue. Hex color #695EF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #695EF3 is #96A10C. Grayscale: #717171. Windows color (decimal): -9871629 or 15949417. OLE color: 15949417.

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

Color convert

RGB10594243-
CMYK0.570.6100.05
HSL244.43º86.13%66.08%-
HSV(B)244.43º61.32%95.29%-
XYZ26.0117.4886.8-
YUV114.28200.64121.38-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.76%
GREEN value IS 94 (37.11% from 255) = 21.27%
BLUE value IS 243 (95.31% from 255) = 54.98%
R=23.76%
G=21.27%
B=54.98%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal105942430.570.6100.05244.4386.1366.08
Hex695EF3393D05f45642
Octal151136363717505364126102
Binary110100110111101111001111100111110101011111010010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695EF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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