#696BD6

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

Shades of Slate Blue #696BD6

Tints of Slate Blue #696BD6

Color information

#696BD6 (or 0x696BD6) is unknown color: approx Slate Blue. HEX triplet: 69, 6B and D6. RGB value is (105,107,214). Sum of RGB (Red+Green+Blue) = 105+107+214=426 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.65% from 426); Green value is 107 (42.19% from 255 or 25.12% from 426); Blue value is 214 (83.98% from 255 or 50.23% from 426); Max value from RGB is 214 - color contains mainly: blue. Hex color #696BD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696BD6 is #969429. Grayscale: #767676. Windows color (decimal): -9868330 or 14052201. OLE color: 14052201.

HSL color Cylindrical-coordinate representation of color #696BD6: hue angle of 238.9º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #696BD6 is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB105107214-
CMYK0.510.5000.16
HSL238.9º57.07%62.55%-
HSV(B)238.9º50.93%83.92%-
XYZ23.2218.3765.94-
YUV118.6181.84118.3-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.65%
GREEN value IS 107 (42.19% from 255) = 25.12%
BLUE value IS 214 (83.98% from 255) = 50.23%
R=24.65%
G=25.12%
B=50.23%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1051072140.510.5000.16238.957.0762.55
Hex696BD63332010ef393f
Octal15115332663620203577177
Binary110100111010111101011011001111001001000011101111111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696BD6; }

 p { color: rgb(105,107,214); }

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

<style>
 a { background-color: #696BD6; }

 a { background-color: rgb(105,107,214); }

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

<style>
 span { border-color: #696BD6; }

 span { border-color: rgb(105,107,214); }

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