#696DD4

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

Shades of Slate Blue #696DD4

Tints of Slate Blue #696DD4

Color information

#696DD4 (or 0x696DD4) is unknown color: approx Slate Blue. HEX triplet: 69, 6D and D4. RGB value is (105,109,212). Sum of RGB (Red+Green+Blue) = 105+109+212=426 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.65% from 426); Green value is 109 (42.97% from 255 or 25.59% from 426); Blue value is 212 (83.20% from 255 or 49.77% from 426); Max value from RGB is 212 - color contains mainly: blue. Hex color #696DD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696DD4 is #96922B. Grayscale: #777777. Windows color (decimal): -9867820 or 13921641. OLE color: 13921641.

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

Color convert

RGB105109212-
CMYK0.500.4900.17
HSL237.76º55.44%62.16%-
HSV(B)237.76º50.47%83.14%-
XYZ23.1818.6964.67-
YUV119.55180.17117.62-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.65%
GREEN value IS 109 (42.97% from 255) = 25.59%
BLUE value IS 212 (83.20% from 255) = 49.77%
R=24.65%
G=25.59%
B=49.77%

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
Decimal1051092120.500.4900.17237.7655.4462.16
Hex696DD43231011ee373e
Octal15115532462610213566776
Binary110100111011011101010011001011000101000111101110110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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