#696DD9

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

Shades of Slate Blue #696DD9

Tints of Slate Blue #696DD9

Color information

#696DD9 (or 0x696DD9) is unknown color: approx Slate Blue. HEX triplet: 69, 6D and D9. RGB value is (105,109,217). Sum of RGB (Red+Green+Blue) = 105+109+217=431 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.36% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 217 (85.16% from 255 or 50.35% from 431); Max value from RGB is 217 - color contains mainly: blue. Hex color #696DD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696DD9 is #969226. Grayscale: #777777. Windows color (decimal): -9867815 or 14249321. OLE color: 14249321.

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

Color convert

RGB105109217-
CMYK0.520.5000.15
HSL237.86º59.57%63.14%-
HSV(B)237.86º51.61%85.1%-
XYZ23.8218.9568.05-
YUV120.12182.67117.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.36%
GREEN value IS 109 (42.97% from 255) = 25.29%
BLUE value IS 217 (85.16% from 255) = 50.35%
R=24.36%
G=25.29%
B=50.35%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1051092170.520.5000.15237.8659.5763.14
Hex696DD934320Fee3c3f
Octal15115533164620173567477
Binary11010011101101110110011101001100100111111101110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,109,217); }

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

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

 a { background-color: rgb(105,109,217); }

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

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

 span { border-color: rgb(105,109,217); }

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