#6D61DB

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

Shades of Slate Blue #6D61DB

Tints of Slate Blue #6D61DB

Color information

#6D61DB (or 0x6D61DB) is unknown color: approx Slate Blue. HEX triplet: 6D, 61 and DB. RGB value is (109,97,219). Sum of RGB (Red+Green+Blue) = 109+97+219=425 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.65% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D61DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D61DB is #929E24. Grayscale: #727272. Windows color (decimal): -9608741 or 14377325. OLE color: 14377325.

HSL color Cylindrical-coordinate representation of color #6D61DB: hue angle of 245.9º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D61DB is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB10997219-
CMYK0.500.5600.14
HSL245.9º62.89%61.96%-
HSV(B)245.9º55.71%85.88%-
XYZ23.3716.9269.05-
YUV114.5186.98124.08-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.65%
GREEN value IS 97 (38.28% from 255) = 22.82%
BLUE value IS 219 (85.94% from 255) = 51.53%
R=25.65%
G=22.82%
B=51.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal109972190.500.5600.14245.962.8961.96
Hex6D61DB32380Ef63f3e
Octal15514133362700163667776
Binary11011011100001110110111100101110000111011110110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D61DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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