#6944D0

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

Shades of Slate Blue #6944D0

Tints of Slate Blue #6944D0

Color information

#6944D0 (or 0x6944D0) is unknown color: approx Slate Blue. HEX triplet: 69, 44 and D0. RGB value is (105,68,208). Sum of RGB (Red+Green+Blue) = 105+68+208=381 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.56% from 381); Green value is 68 (26.95% from 255 or 17.85% from 381); Blue value is 208 (81.64% from 255 or 54.59% from 381); Max value from RGB is 208 - color contains mainly: blue. Hex color #6944D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6944D0 is #96BB2F. Grayscale: #5E5E5E. Windows color (decimal): -9878320 or 13649001. OLE color: 13649001.

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

Color convert

RGB10568208-
CMYK0.500.6700.18
HSL255.86º59.83%54.12%-
HSV(B)255.86º67.31%81.57%-
XYZ19.2811.6960.92-
YUV95.02191.76135.12-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.56%
GREEN value IS 68 (26.95% from 255) = 17.85%
BLUE value IS 208 (81.64% from 255) = 54.59%
R=27.56%
G=17.85%
B=54.59%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal105682080.500.6700.18255.8659.8354.12
Hex6944D032430121003c36
Octal151104320621030224007466
Binary11010011000100110100001100101000011010010100000000111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6944D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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