#6D61DF

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

Shades of Slate Blue #6D61DF

Tints of Slate Blue #6D61DF

Color information

#6D61DF (or 0x6D61DF) is unknown color: approx Slate Blue. HEX triplet: 6D, 61 and DF. RGB value is (109,97,223). Sum of RGB (Red+Green+Blue) = 109+97+223=429 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.41% from 429); Green value is 97 (38.28% from 255 or 22.61% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #6D61DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D61DF is #929E20. Grayscale: #727272. Windows color (decimal): -9608737 or 14639469. OLE color: 14639469.

HSL color Cylindrical-coordinate representation of color #6D61DF: hue angle of 245.71º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6D61DF is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10997223-
CMYK0.510.5700.13
HSL245.71º66.32%62.75%-
HSV(B)245.71º56.5%87.45%-
XYZ23.917.1371.86-
YUV114.95188.98123.75-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.41%
GREEN value IS 97 (38.28% from 255) = 22.61%
BLUE value IS 223 (87.5% from 255) = 51.98%
R=25.41%
G=22.61%
B=51.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal109972230.510.5700.13245.7166.3262.75
Hex6D61DF33390Df6423f
Octal155141337637101536610277
Binary110110111000011101111111001111100101101111101101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D61DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,97,223); }

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

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

 a { background-color: rgb(109,97,223); }

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

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

 span { border-color: rgb(109,97,223); }

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