#6844D0

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

Shades of Slate Blue #6844D0

Tints of Slate Blue #6844D0

Color information

#6844D0 (or 0x6844D0) is unknown color: approx Slate Blue. HEX triplet: 68, 44 and D0. RGB value is (104,68,208). Sum of RGB (Red+Green+Blue) = 104+68+208=380 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.37% from 380); Green value is 68 (26.95% from 255 or 17.89% from 380); Blue value is 208 (81.64% from 255 or 54.74% from 380); Max value from RGB is 208 - color contains mainly: blue. Hex color #6844D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6844D0 is #97BB2F. Grayscale: #5E5E5E. Windows color (decimal): -9943856 or 13649000. OLE color: 13649000.

HSL color Cylindrical-coordinate representation of color #6844D0: hue angle of 255.43º 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 #6844D0 is Cyan = 0.5, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB10468208-
CMYK0.50.6700.18
HSL255.43º59.83%54.12%-
HSV(B)255.43º67.31%81.57%-
XYZ19.1611.6360.91-
YUV94.72191.93134.62-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.37%
GREEN value IS 68 (26.95% from 255) = 17.89%
BLUE value IS 208 (81.64% from 255) = 54.74%
R=27.37%
G=17.89%
B=54.74%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal104682080.50.6700.18255.4359.8354.12
Hex6844D03243012ff3c36
Octal150104320621030223777466
Binary1101000100010011010000110010100001101001011111111111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6844D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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