#6d55c8

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

Shades of Slate Blue #6D55C8

Tints of Slate Blue #6D55C8

Color information

#6D55C8 (or 0x6D55C8) is unknown color: approx Slate Blue. HEX triplet: 6D, 55 and C8. RGB value is (109,85,200). Sum of RGB (Red+Green+Blue) = 109+85+200=394 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.66% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 200 (78.52% from 255 or 50.76% from 394); Max value from RGB is 200 - color contains mainly: blue. Hex color #6D55C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D55C8 is #92AA37. Grayscale: #686868. Windows color (decimal): -9611832 or 13129069. OLE color: 13129069.

HSL color Cylindrical-coordinate representation of color #6D55C8: hue angle of 252.52º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6D55C8 is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB10985200-
CMYK0.460.5800.22
HSL252.52º51.11%55.88%-
HSV(B)252.52º57.5%78.43%-
XYZ19.9813.9256.28-
YUV105.29181.45130.65-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.66%
GREEN value IS 85 (33.59% from 255) = 21.57%
BLUE value IS 200 (78.52% from 255) = 50.76%
R=27.66%
G=21.57%
B=50.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal109852000.460.5800.22252.5251.1155.88
Hex6D55C82E3A016fd3338
Octal15512531056720263756370
Binary110110110101011100100010111011101001011011111101110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6d55c8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6d55c8; }

 p { color: rgb(109,85,200); }

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

<style>
 a { background-color: #6d55c8; }

 a { background-color: rgb(109,85,200); }

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

<style>
 span { border-color: #6d55c8; }

 span { border-color: rgb(109,85,200); }

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