#696AD6

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

Shades of Slate Blue #696AD6

Tints of Slate Blue #696AD6

Color information

#696AD6 (or 0x696AD6) is unknown color: approx Slate Blue. HEX triplet: 69, 6A and D6. RGB value is (105,106,214). Sum of RGB (Red+Green+Blue) = 105+106+214=425 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.71% from 425); Green value is 106 (41.80% from 255 or 24.94% from 425); Blue value is 214 (83.98% from 255 or 50.35% from 425); Max value from RGB is 214 - color contains mainly: blue. Hex color #696AD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696AD6 is #969529. Grayscale: #757575. Windows color (decimal): -9868586 or 14051945. OLE color: 14051945.

HSL color Cylindrical-coordinate representation of color #696AD6: hue angle of 239.45º 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 #696AD6 is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB105106214-
CMYK0.510.5000.16
HSL239.45º57.07%62.55%-
HSV(B)239.45º50.93%83.92%-
XYZ23.1218.1765.91-
YUV118.01182.17118.72-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.71%
GREEN value IS 106 (41.80% from 255) = 24.94%
BLUE value IS 214 (83.98% from 255) = 50.35%
R=24.71%
G=24.94%
B=50.35%

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
Decimal1051062140.510.5000.16239.4557.0762.55
Hex696AD63332010ef393f
Octal15115232663620203577177
Binary110100111010101101011011001111001001000011101111111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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