#695DDE

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

Shades of Slate Blue #695DDE

Tints of Slate Blue #695DDE

Color information

#695DDE (or 0x695DDE) is unknown color: approx Slate Blue. HEX triplet: 69, 5D and DE. RGB value is (105,93,222). Sum of RGB (Red+Green+Blue) = 105+93+222=420 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25% from 420); Green value is 93 (36.72% from 255 or 22.14% from 420); Blue value is 222 (87.11% from 255 or 52.86% from 420); Max value from RGB is 222 - color contains mainly: blue. Hex color #695DDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695DDE is #96A221. Grayscale: #6E6E6E. Windows color (decimal): -9871906 or 14572905. OLE color: 14572905.

HSL color Cylindrical-coordinate representation of color #695DDE: hue angle of 245.58º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #695DDE is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10593222-
CMYK0.530.5800.13
HSL245.58º66.15%61.76%-
HSV(B)245.58º58.11%87.06%-
XYZ22.9216.1171.01-
YUV111.29190.48123.51-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25%
GREEN value IS 93 (36.72% from 255) = 22.14%
BLUE value IS 222 (87.11% from 255) = 52.86%
R=25%
G=22.14%
B=52.86%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal105932220.530.5800.13245.5866.1561.76
Hex695DDE353A0Df6423e
Octal151135336657201536610276
Binary110100110111011101111011010111101001101111101101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,93,222); }

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

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

 a { background-color: rgb(105,93,222); }

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

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

 span { border-color: rgb(105,93,222); }

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