#6959C1

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

Shades of Slate Blue #6959C1

Tints of Slate Blue #6959C1

Color information

#6959C1 (or 0x6959C1) is unknown color: approx Slate Blue. HEX triplet: 69, 59 and C1. RGB value is (105,89,193). Sum of RGB (Red+Green+Blue) = 105+89+193=387 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.13% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 193 (75.78% from 255 or 49.87% from 387); Max value from RGB is 193 - color contains mainly: blue. Hex color #6959C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6959C1 is #96A63E. Grayscale: #696969. Windows color (decimal): -9872959 or 12671337. OLE color: 12671337.

HSL color Cylindrical-coordinate representation of color #6959C1: hue angle of 249.23º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6959C1 is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB10589193-
CMYK0.460.5400.24
HSL249.23º45.61%55.29%-
HSV(B)249.23º53.89%75.69%-
XYZ19.021452.15-
YUV105.64177.3127.54-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.13%
GREEN value IS 89 (35.16% from 255) = 23.00%
BLUE value IS 193 (75.78% from 255) = 49.87%
R=27.13%
G=23.00%
B=49.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal105891930.460.5400.24249.2345.6155.29
Hex6959C12E36018f92e37
Octal15113130156660303715667
Binary110100110110011100000110111011011001100011111001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6959C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6959C1; }

 p { color: rgb(105,89,193); }

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

<style>
 a { background-color: #6959C1; }

 a { background-color: rgb(105,89,193); }

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

<style>
 span { border-color: #6959C1; }

 span { border-color: rgb(105,89,193); }

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