#696CD1

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

Shades of Slate Blue #696CD1

Tints of Slate Blue #696CD1

Color information

#696CD1 (or 0x696CD1) is unknown color: approx Slate Blue. HEX triplet: 69, 6C and D1. RGB value is (105,108,209). Sum of RGB (Red+Green+Blue) = 105+108+209=422 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.88% from 422); Green value is 108 (42.58% from 255 or 25.59% from 422); Blue value is 209 (82.03% from 255 or 49.53% from 422); Max value from RGB is 209 - color contains mainly: blue. Hex color #696CD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696CD1 is #96932E. Grayscale: #767676. Windows color (decimal): -9868079 or 13724777. OLE color: 13724777.

HSL color Cylindrical-coordinate representation of color #696CD1: hue angle of 238.27º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #696CD1 is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB105108209-
CMYK0.500.4800.18
HSL238.27º53.06%61.57%-
HSV(B)238.27º49.76%81.96%-
XYZ22.718.3362.66-
YUV118.62179.01118.29-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.88%
GREEN value IS 108 (42.58% from 255) = 25.59%
BLUE value IS 209 (82.03% from 255) = 49.53%
R=24.88%
G=25.59%
B=49.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1051082090.500.4800.18238.2753.0661.57
Hex696CD13230012ee353e
Octal15115432162600223566576
Binary110100111011001101000111001011000001001011101110110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,108,209); }

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

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

 a { background-color: rgb(105,108,209); }

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

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

 span { border-color: rgb(105,108,209); }

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