#696DD5

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

Shades of Slate Blue #696DD5

Tints of Slate Blue #696DD5

Color information

#696DD5 (or 0x696DD5) is unknown color: approx Slate Blue. HEX triplet: 69, 6D and D5. RGB value is (105,109,213). Sum of RGB (Red+Green+Blue) = 105+109+213=427 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.59% from 427); Green value is 109 (42.97% from 255 or 25.53% from 427); Blue value is 213 (83.59% from 255 or 49.88% from 427); Max value from RGB is 213 - color contains mainly: blue. Hex color #696DD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696DD5 is #96922A. Grayscale: #777777. Windows color (decimal): -9867819 or 13987177. OLE color: 13987177.

HSL color Cylindrical-coordinate representation of color #696DD5: hue angle of 237.78º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #696DD5 is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB105109213-
CMYK0.510.4900.16
HSL237.78º56.25%62.35%-
HSV(B)237.78º50.7%83.53%-
XYZ23.318.7465.34-
YUV119.66180.67117.54-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.59%
GREEN value IS 109 (42.97% from 255) = 25.53%
BLUE value IS 213 (83.59% from 255) = 49.88%
R=24.59%
G=25.53%
B=49.88%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1051092130.510.4900.16237.7856.2562.35
Hex696DD53331010ee383e
Octal15115532563610203567076
Binary110100111011011101010111001111000101000011101110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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