#696BDB

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

Shades of Slate Blue #696BDB

Tints of Slate Blue #696BDB

Color information

#696BDB (or 0x696BDB) is unknown color: approx Slate Blue. HEX triplet: 69, 6B and DB. RGB value is (105,107,219). Sum of RGB (Red+Green+Blue) = 105+107+219=431 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.36% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #696BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696BDB is #969424. Grayscale: #767676. Windows color (decimal): -9868325 or 14379881. OLE color: 14379881.

HSL color Cylindrical-coordinate representation of color #696BDB: hue angle of 238.95º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #696BDB is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB105107219-
CMYK0.520.5100.14
HSL238.95º61.29%63.53%-
HSV(B)238.95º52.05%85.88%-
XYZ23.8718.6369.36-
YUV119.17184.34117.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.36%
GREEN value IS 107 (42.19% from 255) = 24.83%
BLUE value IS 219 (85.94% from 255) = 50.81%
R=24.36%
G=24.83%
B=50.81%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1051072190.520.5100.14238.9561.2963.53
Hex696BDB34330Eef3d40
Octal151153333646301635775100
Binary110100111010111101101111010011001101110111011111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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