#695FF9

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

Shades of Medium Slate Blue #695FF9

Tints of Medium Slate Blue #695FF9

Color information

#695FF9 (or 0x695FF9) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 5F and F9. RGB value is (105,95,249). Sum of RGB (Red+Green+Blue) = 105+95+249=449 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.39% from 449); Green value is 95 (37.5% from 255 or 21.16% from 449); Blue value is 249 (97.66% from 255 or 55.46% from 449); Max value from RGB is 249 - color contains mainly: blue. Hex color #695FF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #695FF9 is #96A006. Grayscale: #727272. Windows color (decimal): -9871367 or 16342889. OLE color: 16342889.

HSL color Cylindrical-coordinate representation of color #695FF9: hue angle of 243.9º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #695FF9 is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB10595249-
CMYK0.580.6200.02
HSL243.9º92.77%67.45%-
HSV(B)243.9º61.85%97.65%-
XYZ27.0218.0391.68-
YUV115.55203.31120.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.39%
GREEN value IS 95 (37.5% from 255) = 21.16%
BLUE value IS 249 (97.66% from 255) = 55.46%
R=23.39%
G=21.16%
B=55.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal105952490.580.6200.02243.992.7767.45
Hex695FF93A3E02f45d43
Octal151137371727602364135103
Binary11010011011111111110011110101111100101111010010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,95,249); }

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

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

 a { background-color: rgb(105,95,249); }

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

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

 span { border-color: rgb(105,95,249); }

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