#696ACE

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

Shades of Slate Blue #696ACE

Tints of Slate Blue #696ACE

Color information

#696ACE (or 0x696ACE) is unknown color: approx Slate Blue. HEX triplet: 69, 6A and CE. RGB value is (105,106,206). Sum of RGB (Red+Green+Blue) = 105+106+206=417 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.18% from 417); Green value is 106 (41.80% from 255 or 25.42% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #696ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696ACE is #969531. Grayscale: #747474. Windows color (decimal): -9868594 or 13527657. OLE color: 13527657.

HSL color Cylindrical-coordinate representation of color #696ACE: hue angle of 239.41º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #696ACE is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB105106206-
CMYK0.490.4900.19
HSL239.41º50.75%60.98%-
HSV(B)239.41º49.03%80.78%-
XYZ22.1217.7760.66-
YUV117.1178.17119.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.18%
GREEN value IS 106 (41.80% from 255) = 25.42%
BLUE value IS 206 (80.86% from 255) = 49.40%
R=25.18%
G=25.42%
B=49.40%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1051062060.490.4900.19239.4150.7560.98
Hex696ACE3131013ef333d
Octal15115231661610233576375
Binary110100111010101100111011000111000101001111101111110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,106,206); }

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

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

 a { background-color: rgb(105,106,206); }

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

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

 span { border-color: rgb(105,106,206); }

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