#696DCD

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

Shades of Slate Blue #696DCD

Tints of Slate Blue #696DCD

Color information

#696DCD (or 0x696DCD) is unknown color: approx Slate Blue. HEX triplet: 69, 6D and CD. RGB value is (105,109,205). Sum of RGB (Red+Green+Blue) = 105+109+205=419 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.06% from 419); Green value is 109 (42.97% from 255 or 26.01% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #696DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696DCD is #969232. Grayscale: #767676. Windows color (decimal): -9867827 or 13462889. OLE color: 13462889.

HSL color Cylindrical-coordinate representation of color #696DCD: hue angle of 237.6º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #696DCD is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB105109205-
CMYK0.490.4700.20
HSL237.6º50%60.78%-
HSV(B)237.6º48.78%80.39%-
XYZ22.3118.3560.12-
YUV118.75176.67118.19-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.06%
GREEN value IS 109 (42.97% from 255) = 26.01%
BLUE value IS 205 (80.47% from 255) = 48.93%
R=25.06%
G=26.01%
B=48.93%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1051092050.490.4700.20237.65060.78
Hex696DCD312F014ee323d
Octal15115531561570243566275
Binary110100111011011100110111000110111101010011101110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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