#6844DD

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

Shades of Slate Blue #6844DD

Tints of Slate Blue #6844DD

Color information

#6844DD (or 0x6844DD) is unknown color: approx Slate Blue. HEX triplet: 68, 44 and DD. RGB value is (104,68,221). Sum of RGB (Red+Green+Blue) = 104+68+221=393 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.46% from 393); Green value is 68 (26.95% from 255 or 17.30% from 393); Blue value is 221 (86.72% from 255 or 56.23% from 393); Max value from RGB is 221 - color contains mainly: blue. Hex color #6844DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6844DD is #97BB22. Grayscale: #5F5F5F. Windows color (decimal): -9943843 or 14500968. OLE color: 14500968.

HSL color Cylindrical-coordinate representation of color #6844DD: hue angle of 254.12º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6844DD is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10468221-
CMYK0.530.6900.13
HSL254.12º69.23%56.67%-
HSV(B)254.12º69.23%86.67%-
XYZ20.8312.369.68-
YUV96.21198.43133.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.46%
GREEN value IS 68 (26.95% from 255) = 17.30%
BLUE value IS 221 (86.72% from 255) = 56.23%
R=26.46%
G=17.30%
B=56.23%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal104682210.530.6900.13254.1269.2356.67
Hex6844DD35450Dfe4539
Octal1501043356510501537610571
Binary1101000100010011011101110101100010101101111111101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6844DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6844DD; }

 p { color: rgb(104,68,221); }

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

<style>
 a { background-color: #6844DD; }

 a { background-color: rgb(104,68,221); }

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

<style>
 span { border-color: #6844DD; }

 span { border-color: rgb(104,68,221); }

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