#696BDD

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

Shades of Slate Blue #696BDD

Tints of Slate Blue #696BDD

Color information

#696BDD (or 0x696BDD) is unknown color: approx Slate Blue. HEX triplet: 69, 6B and DD. RGB value is (105,107,221). Sum of RGB (Red+Green+Blue) = 105+107+221=433 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.25% from 433); Green value is 107 (42.19% from 255 or 24.71% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #696BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696BDD is #969422. Grayscale: #767676. Windows color (decimal): -9868323 or 14510953. OLE color: 14510953.

HSL color Cylindrical-coordinate representation of color #696BDD: hue angle of 238.97º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #696BDD is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB105107221-
CMYK0.520.5200.13
HSL238.97º63.04%63.92%-
HSV(B)238.97º52.49%86.67%-
XYZ24.1318.7470.75-
YUV119.4185.34117.73-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.25%
GREEN value IS 107 (42.19% from 255) = 24.71%
BLUE value IS 221 (86.72% from 255) = 51.04%
R=24.25%
G=24.71%
B=51.04%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1051072210.520.5200.13238.9763.0463.92
Hex696BDD34340Def3f40
Octal151153335646401535777100
Binary110100111010111101110111010011010001101111011111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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