#6D45C8

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

Shades of Slate Blue #6D45C8

Tints of Slate Blue #6D45C8

Color information

#6D45C8 (or 0x6D45C8) is unknown color: approx Slate Blue. HEX triplet: 6D, 45 and C8. RGB value is (109,69,200). Sum of RGB (Red+Green+Blue) = 109+69+200=378 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.84% from 378); Green value is 69 (27.34% from 255 or 18.25% from 378); Blue value is 200 (78.52% from 255 or 52.91% from 378); Max value from RGB is 200 - color contains mainly: blue. Hex color #6D45C8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D45C8 is #92BA37. Grayscale: #5F5F5F. Windows color (decimal): -9615928 or 13124973. OLE color: 13124973.

HSL color Cylindrical-coordinate representation of color #6D45C8: hue angle of 258.32º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6D45C8 is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB10969200-
CMYK0.460.6600.22
HSL258.32º54.36%52.75%-
HSV(B)258.32º65.5%78.43%-
XYZ18.8611.6855.9-
YUV95.89186.75137.35-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.84%
GREEN value IS 69 (27.34% from 255) = 18.25%
BLUE value IS 200 (78.52% from 255) = 52.91%
R=28.84%
G=18.25%
B=52.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal109692000.460.6600.22258.3254.3652.75
Hex6D45C82E420161023635
Octal155105310561020264026665
Binary11011011000101110010001011101000010010110100000010110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D45C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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