#696BD8

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

Shades of Slate Blue #696BD8

Tints of Slate Blue #696BD8

Color information

#696BD8 (or 0x696BD8) is unknown color: approx Slate Blue. HEX triplet: 69, 6B and D8. RGB value is (105,107,216). Sum of RGB (Red+Green+Blue) = 105+107+216=428 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.53% from 428); Green value is 107 (42.19% from 255 or 25% from 428); Blue value is 216 (84.77% from 255 or 50.47% from 428); Max value from RGB is 216 - color contains mainly: blue. Hex color #696BD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696BD8 is #969427. Grayscale: #767676. Windows color (decimal): -9868328 or 14183273. OLE color: 14183273.

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

Color convert

RGB105107216-
CMYK0.510.5000.15
HSL238.92º58.73%62.94%-
HSV(B)238.92º51.39%84.71%-
XYZ23.4818.4867.29-
YUV118.83182.84118.14-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.53%
GREEN value IS 107 (42.19% from 255) = 25%
BLUE value IS 216 (84.77% from 255) = 50.47%
R=24.53%
G=25%
B=50.47%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1051072160.510.5000.15238.9258.7362.94
Hex696BD833320Fef3b3f
Octal15115333063620173577377
Binary11010011101011110110001100111100100111111101111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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