#696BD0

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

Shades of Slate Blue #696BD0

Tints of Slate Blue #696BD0

Color information

#696BD0 (or 0x696BD0) is unknown color: approx Slate Blue. HEX triplet: 69, 6B and D0. RGB value is (105,107,208). Sum of RGB (Red+Green+Blue) = 105+107+208=420 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25% from 420); Green value is 107 (42.19% from 255 or 25.48% from 420); Blue value is 208 (81.64% from 255 or 49.52% from 420); Max value from RGB is 208 - color contains mainly: blue. Hex color #696BD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696BD0 is #96942F. Grayscale: #757575. Windows color (decimal): -9868336 or 13658985. OLE color: 13658985.

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

Color convert

RGB105107208-
CMYK0.500.4900.18
HSL238.83º52.28%61.37%-
HSV(B)238.83º49.52%81.57%-
XYZ22.4718.0761.98-
YUV117.92178.84118.79-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25%
GREEN value IS 107 (42.19% from 255) = 25.48%
BLUE value IS 208 (81.64% from 255) = 49.52%
R=25%
G=25.48%
B=49.52%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1051072080.500.4900.18238.8352.2861.37
Hex696BD03231012ef343d
Octal15115332062610223576475
Binary110100111010111101000011001011000101001011101111110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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