#696DCF

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

Shades of Slate Blue #696DCF

Tints of Slate Blue #696DCF

Color information

#696DCF (or 0x696DCF) is unknown color: approx Slate Blue. HEX triplet: 69, 6D and CF. RGB value is (105,109,207). Sum of RGB (Red+Green+Blue) = 105+109+207=421 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.94% from 421); Green value is 109 (42.97% from 255 or 25.89% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #696DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696DCF is #969230. Grayscale: #767676. Windows color (decimal): -9867825 or 13593961. OLE color: 13593961.

HSL color Cylindrical-coordinate representation of color #696DCF: hue angle of 237.65º degrees, saturation: 0.52, 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 #696DCF is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB105109207-
CMYK0.490.4700.19
HSL237.65º51.52%61.18%-
HSV(B)237.65º49.28%81.18%-
XYZ22.5618.4561.4-
YUV118.98177.67118.03-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.94%
GREEN value IS 109 (42.97% from 255) = 25.89%
BLUE value IS 207 (81.25% from 255) = 49.17%
R=24.94%
G=25.89%
B=49.17%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1051092070.490.4700.19237.6551.5261.18
Hex696DCF312F013ee343d
Octal15115531761570233566475
Binary110100111011011100111111000110111101001111101110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,109,207); }

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

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

 a { background-color: rgb(105,109,207); }

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

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

 span { border-color: rgb(105,109,207); }

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