#695AEE

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

Shades of Medium Slate Blue #695AEE

Tints of Medium Slate Blue #695AEE

Color information

#695AEE (or 0x695AEE) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 5A and EE. RGB value is (105,90,238). Sum of RGB (Red+Green+Blue) = 105+90+238=433 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.25% from 433); Green value is 90 (35.55% from 255 or 20.79% from 433); Blue value is 238 (93.36% from 255 or 54.97% from 433); Max value from RGB is 238 - color contains mainly: blue. Hex color #695AEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #695AEE is #96A511. Grayscale: #6E6E6E. Windows color (decimal): -9872658 or 15620713. OLE color: 15620713.

HSL color Cylindrical-coordinate representation of color #695AEE: hue angle of 246.08º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #695AEE is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB10590238-
CMYK0.560.6200.07
HSL246.08º81.32%64.31%-
HSV(B)246.08º62.18%93.33%-
XYZ24.9116.4982.76-
YUV111.36199.47123.47-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.25%
GREEN value IS 90 (35.55% from 255) = 20.79%
BLUE value IS 238 (93.36% from 255) = 54.97%
R=24.25%
G=20.79%
B=54.97%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal105902380.560.6200.07246.0881.3264.31
Hex695AEE383E07f65140
Octal151132356707607366121100
Binary110100110110101110111011100011111001111111011010100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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