#6844C8

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

Shades of Slate Blue #6844C8

Tints of Slate Blue #6844C8

Color information

#6844C8 (or 0x6844C8) is unknown color: approx Slate Blue. HEX triplet: 68, 44 and C8. RGB value is (104,68,200). Sum of RGB (Red+Green+Blue) = 104+68+200=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 68 (26.95% from 255 or 18.28% from 372); Blue value is 200 (78.52% from 255 or 53.76% from 372); Max value from RGB is 200 - color contains mainly: blue. Hex color #6844C8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6844C8 is #97BB37. Grayscale: #5D5D5D. Windows color (decimal): -9943864 or 13124712. OLE color: 13124712.

HSL color Cylindrical-coordinate representation of color #6844C8: hue angle of 256.36º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6844C8 is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB10468200-
CMYK0.480.6600.22
HSL256.36º54.55%52.55%-
HSV(B)256.36º66%78.43%-
XYZ18.211.2555.86-
YUV93.81187.93135.27-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.96%
GREEN value IS 68 (26.95% from 255) = 18.28%
BLUE value IS 200 (78.52% from 255) = 53.76%
R=27.96%
G=18.28%
B=53.76%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal104682000.480.6600.22256.3654.5552.55
Hex6844C830420161003735
Octal150104310601020264006765
Binary11010001000100110010001100001000010010110100000000110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6844C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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