#6966C6

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

Shades of Slate Blue #6966C6

Tints of Slate Blue #6966C6

Color information

#6966C6 (or 0x6966C6) is unknown color: approx Slate Blue. HEX triplet: 69, 66 and C6. RGB value is (105,102,198). Sum of RGB (Red+Green+Blue) = 105+102+198=405 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.93% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 198 (77.73% from 255 or 48.89% from 405); Max value from RGB is 198 - color contains mainly: blue. Hex color #6966C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6966C6 is #969939. Grayscale: #717171. Windows color (decimal): -9869626 or 13002345. OLE color: 13002345.

HSL color Cylindrical-coordinate representation of color #6966C6: hue angle of 241.88º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6966C6 is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB105102198-
CMYK0.470.4800.22
HSL241.88º45.71%58.82%-
HSV(B)241.88º48.48%77.65%-
XYZ20.7716.5855.53-
YUV113.84175.49121.69-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.93%
GREEN value IS 102 (40.23% from 255) = 25.19%
BLUE value IS 198 (77.73% from 255) = 48.89%
R=25.93%
G=25.19%
B=48.89%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1051021980.470.4800.22241.8845.7158.82
Hex6966C62F30016f22e3b
Octal15114630657600263625673
Binary110100111001101100011010111111000001011011110010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6966C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6966C6; }

 p { color: rgb(105,102,198); }

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

<style>
 a { background-color: #6966C6; }

 a { background-color: rgb(105,102,198); }

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

<style>
 span { border-color: #6966C6; }

 span { border-color: rgb(105,102,198); }

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