#696CD6

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

Shades of Slate Blue #696CD6

Tints of Slate Blue #696CD6

Color information

#696CD6 (or 0x696CD6) is unknown color: approx Slate Blue. HEX triplet: 69, 6C and D6. RGB value is (105,108,214). Sum of RGB (Red+Green+Blue) = 105+108+214=427 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.59% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 214 (83.98% from 255 or 50.12% from 427); Max value from RGB is 214 - color contains mainly: blue. Hex color #696CD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696CD6 is #969329. Grayscale: #767676. Windows color (decimal): -9868074 or 14052457. OLE color: 14052457.

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

Color convert

RGB105108214-
CMYK0.510.5000.16
HSL238.35º57.07%62.55%-
HSV(B)238.35º50.93%83.92%-
XYZ23.3318.5865.98-
YUV119.19181.51117.88-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.59%
GREEN value IS 108 (42.58% from 255) = 25.29%
BLUE value IS 214 (83.98% from 255) = 50.12%
R=24.59%
G=25.29%
B=50.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1051082140.510.5000.16238.3557.0762.55
Hex696CD63332010ee393f
Octal15115432663620203567177
Binary110100111011001101011011001111001001000011101110111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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