#6946D0

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

Shades of Slate Blue #6946D0

Tints of Slate Blue #6946D0

Color information

#6946D0 (or 0x6946D0) is unknown color: approx Slate Blue. HEX triplet: 69, 46 and D0. RGB value is (105,70,208). Sum of RGB (Red+Green+Blue) = 105+70+208=383 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.42% from 383); Green value is 70 (27.73% from 255 or 18.28% from 383); Blue value is 208 (81.64% from 255 or 54.31% from 383); Max value from RGB is 208 - color contains mainly: blue. Hex color #6946D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6946D0 is #96B92F. Grayscale: #5F5F5F. Windows color (decimal): -9877808 or 13649513. OLE color: 13649513.

HSL color Cylindrical-coordinate representation of color #6946D0: hue angle of 255.22º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6946D0 is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB10570208-
CMYK0.500.6600.18
HSL255.22º59.48%54.51%-
HSV(B)255.22º66.35%81.57%-
XYZ19.411.9460.96-
YUV96.2191.1134.28-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.42%
GREEN value IS 70 (27.73% from 255) = 18.28%
BLUE value IS 208 (81.64% from 255) = 54.31%
R=27.42%
G=18.28%
B=54.31%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal105702080.500.6600.18255.2259.4854.51
Hex6946D03242012ff3b37
Octal151106320621020223777367
Binary1101001100011011010000110010100001001001011111111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6946D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6946D0; }

 p { color: rgb(105,70,208); }

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

<style>
 a { background-color: #6946D0; }

 a { background-color: rgb(105,70,208); }

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

<style>
 span { border-color: #6946D0; }

 span { border-color: rgb(105,70,208); }

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