#695BEB

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

Shades of Medium Slate Blue #695BEB

Tints of Medium Slate Blue #695BEB

Color information

#695BEB (or 0x695BEB) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 5B and EB. RGB value is (105,91,235). Sum of RGB (Red+Green+Blue) = 105+91+235=431 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.36% from 431); Green value is 91 (35.94% from 255 or 21.11% from 431); Blue value is 235 (92.19% from 255 or 54.52% from 431); Max value from RGB is 235 - color contains mainly: blue. Hex color #695BEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #695BEB is #96A414. Grayscale: #6F6F6F. Windows color (decimal): -9872405 or 15424361. OLE color: 15424361.

HSL color Cylindrical-coordinate representation of color #695BEB: hue angle of 245.83º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #695BEB is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB10591235-
CMYK0.550.6100.08
HSL245.83º78.26%63.92%-
HSV(B)245.83º61.28%92.16%-
XYZ24.5616.4880.48-
YUV111.6197.64123.29-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.36%
GREEN value IS 91 (35.94% from 255) = 21.11%
BLUE value IS 235 (92.19% from 255) = 54.52%
R=24.36%
G=21.11%
B=54.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal105912350.550.6100.08245.8378.2663.92
Hex695BEB373D08f64e40
Octal1511333536775010366116100
Binary1101001101101111101011110111111101010001111011010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,91,235); }

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

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

 a { background-color: rgb(105,91,235); }

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

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

 span { border-color: rgb(105,91,235); }

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