#6959D6

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

Shades of Slate Blue #6959D6

Tints of Slate Blue #6959D6

Color information

#6959D6 (or 0x6959D6) is unknown color: approx Slate Blue. HEX triplet: 69, 59 and D6. RGB value is (105,89,214). Sum of RGB (Red+Green+Blue) = 105+89+214=408 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.74% from 408); Green value is 89 (35.16% from 255 or 21.81% from 408); Blue value is 214 (83.98% from 255 or 52.45% from 408); Max value from RGB is 214 - color contains mainly: blue. Hex color #6959D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6959D6 is #96A629. Grayscale: #6B6B6B. Windows color (decimal): -9872938 or 14047593. OLE color: 14047593.

HSL color Cylindrical-coordinate representation of color #6959D6: hue angle of 247.68º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6959D6 is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB10589214-
CMYK0.510.5800.16
HSL247.68º60.39%59.41%-
HSV(B)247.68º58.41%83.92%-
XYZ21.541565.38-
YUV108.03187.8125.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.74%
GREEN value IS 89 (35.16% from 255) = 21.81%
BLUE value IS 214 (83.98% from 255) = 52.45%
R=25.74%
G=21.81%
B=52.45%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal105892140.510.5800.16247.6860.3959.41
Hex6959D6333A010f83c3b
Octal15113132663720203707473
Binary110100110110011101011011001111101001000011111000111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6959D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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