#6D55D4

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

Shades of Slate Blue #6D55D4

Tints of Slate Blue #6D55D4

Color information

#6D55D4 (or 0x6D55D4) is unknown color: approx Slate Blue. HEX triplet: 6D, 55 and D4. RGB value is (109,85,212). Sum of RGB (Red+Green+Blue) = 109+85+212=406 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.85% from 406); Green value is 85 (33.59% from 255 or 20.94% from 406); Blue value is 212 (83.20% from 255 or 52.22% from 406); Max value from RGB is 212 - color contains mainly: blue. Hex color #6D55D4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D55D4 is #92AA2B. Grayscale: #6A6A6A. Windows color (decimal): -9611820 or 13915501. OLE color: 13915501.

HSL color Cylindrical-coordinate representation of color #6D55D4: hue angle of 251.34º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6D55D4 is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB10985212-
CMYK0.490.6000.17
HSL251.34º59.62%58.24%-
HSV(B)251.34º59.91%83.14%-
XYZ21.4414.563.96-
YUV106.65187.45129.67-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.85%
GREEN value IS 85 (33.59% from 255) = 20.94%
BLUE value IS 212 (83.20% from 255) = 52.22%
R=26.85%
G=20.94%
B=52.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal109852120.490.6000.17251.3459.6258.24
Hex6D55D4313C011fb3c3a
Octal15512532461740213737472
Binary110110110101011101010011000111110001000111111011111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D55D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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