#696CDB

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

Shades of Slate Blue #696CDB

Tints of Slate Blue #696CDB

Color information

#696CDB (or 0x696CDB) is unknown color: approx Slate Blue. HEX triplet: 69, 6C and DB. RGB value is (105,108,219). Sum of RGB (Red+Green+Blue) = 105+108+219=432 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.31% from 432); Green value is 108 (42.58% from 255 or 25% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #696CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696CDB is #969324. Grayscale: #777777. Windows color (decimal): -9868069 or 14380137. OLE color: 14380137.

HSL color Cylindrical-coordinate representation of color #696CDB: hue angle of 238.42º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #696CDB is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB105108219-
CMYK0.520.5100.14
HSL238.42º61.29%63.53%-
HSV(B)238.42º52.05%85.88%-
XYZ23.9718.8469.39-
YUV119.76184.01117.47-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.31%
GREEN value IS 108 (42.58% from 255) = 25%
BLUE value IS 219 (85.94% from 255) = 50.69%
R=24.31%
G=25%
B=50.69%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1051082190.520.5100.14238.4261.2963.53
Hex696CDB34330Eee3d40
Octal151154333646301635675100
Binary110100111011001101101111010011001101110111011101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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