#696ADB

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

Shades of Slate Blue #696ADB

Tints of Slate Blue #696ADB

Color information

#696ADB (or 0x696ADB) is unknown color: approx Slate Blue. HEX triplet: 69, 6A and DB. RGB value is (105,106,219). Sum of RGB (Red+Green+Blue) = 105+106+219=430 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.42% from 430); Green value is 106 (41.80% from 255 or 24.65% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #696ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696ADB is #969524. Grayscale: #767676. Windows color (decimal): -9868581 or 14379625. OLE color: 14379625.

HSL color Cylindrical-coordinate representation of color #696ADB: hue angle of 239.47º 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 #696ADB is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB105106219-
CMYK0.520.5200.14
HSL239.47º61.29%63.53%-
HSV(B)239.47º52.05%85.88%-
XYZ23.7718.4369.32-
YUV118.58184.67118.31-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.42%
GREEN value IS 106 (41.80% from 255) = 24.65%
BLUE value IS 219 (85.94% from 255) = 50.93%
R=24.42%
G=24.65%
B=50.93%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1051062190.520.5200.14239.4761.2963.53
Hex696ADB34340Eef3d40
Octal151152333646401635775100
Binary110100111010101101101111010011010001110111011111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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