#696BD3

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

Shades of Slate Blue #696BD3

Tints of Slate Blue #696BD3

Color information

#696BD3 (or 0x696BD3) is unknown color: approx Slate Blue. HEX triplet: 69, 6B and D3. RGB value is (105,107,211). Sum of RGB (Red+Green+Blue) = 105+107+211=423 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.82% from 423); Green value is 107 (42.19% from 255 or 25.30% from 423); Blue value is 211 (82.81% from 255 or 49.88% from 423); Max value from RGB is 211 - color contains mainly: blue. Hex color #696BD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696BD3 is #96942C. Grayscale: #757575. Windows color (decimal): -9868333 or 13855593. OLE color: 13855593.

HSL color Cylindrical-coordinate representation of color #696BD3: hue angle of 238.87º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #696BD3 is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB105107211-
CMYK0.500.4900.17
HSL238.87º54.64%61.96%-
HSV(B)238.87º50.24%82.75%-
XYZ22.8418.2263.94-
YUV118.26180.34118.54-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.82%
GREEN value IS 107 (42.19% from 255) = 25.30%
BLUE value IS 211 (82.81% from 255) = 49.88%
R=24.82%
G=25.30%
B=49.88%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1051072110.500.4900.17238.8754.6461.96
Hex696BD33231011ef373e
Octal15115332362610213576776
Binary110100111010111101001111001011000101000111101111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696BD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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