#6968D1

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

Shades of Slate Blue #6968D1

Tints of Slate Blue #6968D1

Color information

#6968D1 (or 0x6968D1) is unknown color: approx Slate Blue. HEX triplet: 69, 68 and D1. RGB value is (105,104,209). Sum of RGB (Red+Green+Blue) = 105+104+209=418 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.12% from 418); Green value is 104 (41.02% from 255 or 24.88% from 418); Blue value is 209 (82.03% from 255 or 50% from 418); Max value from RGB is 209 - color contains mainly: blue. Hex color #6968D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6968D1 is #96972E. Grayscale: #737373. Windows color (decimal): -9869103 or 13723753. OLE color: 13723753.

HSL color Cylindrical-coordinate representation of color #6968D1: hue angle of 240.57º degrees, saturation: 0.53, 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 #6968D1 is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB105104209-
CMYK0.500.5000.18
HSL240.57º53.3%61.37%-
HSV(B)240.57º50.24%81.96%-
XYZ22.2817.5162.53-
YUV116.27180.33119.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.12%
GREEN value IS 104 (41.02% from 255) = 24.88%
BLUE value IS 209 (82.03% from 255) = 50%
R=25.12%
G=24.88%
B=50%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1051042090.500.5000.18240.5753.361.37
Hex6968D13232012f1353d
Octal15115032162620223616575
Binary110100111010001101000111001011001001001011110001110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6968D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6968D1; }

 p { color: rgb(105,104,209); }

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

<style>
 a { background-color: #6968D1; }

 a { background-color: rgb(105,104,209); }

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

<style>
 span { border-color: #6968D1; }

 span { border-color: rgb(105,104,209); }

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