#6D73D7

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

Shades of Slate Blue #6D73D7

Tints of Slate Blue #6D73D7

Color information

#6D73D7 (or 0x6D73D7) is unknown color: approx Slate Blue. HEX triplet: 6D, 73 and D7. RGB value is (109,115,215). Sum of RGB (Red+Green+Blue) = 109+115+215=439 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.83% from 439); Green value is 115 (45.31% from 255 or 26.20% from 439); Blue value is 215 (84.38% from 255 or 48.97% from 439); Max value from RGB is 215 - color contains mainly: blue. Hex color #6D73D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D73D7 is #928C28. Grayscale: #7C7C7C. Windows color (decimal): -9604137 or 14119789. OLE color: 14119789.

HSL color Cylindrical-coordinate representation of color #6D73D7: hue angle of 236.6º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6D73D7 is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB109115215-
CMYK0.490.4700.16
HSL236.6º56.99%63.53%-
HSV(B)236.6º49.3%84.31%-
XYZ24.720.4266.93-
YUV124.61179.01116.87-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.83%
GREEN value IS 115 (45.31% from 255) = 26.20%
BLUE value IS 215 (84.38% from 255) = 48.97%
R=24.83%
G=26.20%
B=48.97%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1091152150.490.4700.16236.656.9963.53
Hex6D73D7312F010ed3940
Octal155163327615702035571100
Binary1101101111001111010111110001101111010000111011011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D73D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,115,215); }

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

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

 a { background-color: rgb(109,115,215); }

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

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

 span { border-color: rgb(109,115,215); }

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