#695AE9

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

Shades of Medium Slate Blue #695AE9

Tints of Medium Slate Blue #695AE9

Color information

#695AE9 (or 0x695AE9) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 5A and E9. RGB value is (105,90,233). Sum of RGB (Red+Green+Blue) = 105+90+233=428 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.53% from 428); Green value is 90 (35.55% from 255 or 21.03% from 428); Blue value is 233 (91.41% from 255 or 54.44% from 428); Max value from RGB is 233 - color contains mainly: blue. Hex color #695AE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #695AE9 is #96A516. Grayscale: #6E6E6E. Windows color (decimal): -9872663 or 15293033. OLE color: 15293033.

HSL color Cylindrical-coordinate representation of color #695AE9: hue angle of 246.29º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #695AE9 is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB10590233-
CMYK0.550.6100.09
HSL246.29º76.47%63.33%-
HSV(B)246.29º61.37%91.37%-
XYZ24.1916.278.94-
YUV110.79196.97123.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.53%
GREEN value IS 90 (35.55% from 255) = 21.03%
BLUE value IS 233 (91.41% from 255) = 54.44%
R=24.53%
G=21.03%
B=54.44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal105902330.550.6100.09246.2976.4763.33
Hex695AE9373D09f64c3f
Octal151132351677501136611477
Binary110100110110101110100111011111110101001111101101001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,90,233); }

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

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

 a { background-color: rgb(105,90,233); }

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

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

 span { border-color: rgb(105,90,233); }

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