#6D73FD

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

Shades of Light Slate Blue #6D73FD

Tints of Light Slate Blue #6D73FD

Color information

#6D73FD (or 0x6D73FD) is unknown color: approx Light Slate Blue. HEX triplet: 6D, 73 and FD. RGB value is (109,115,253). Sum of RGB (Red+Green+Blue) = 109+115+253=477 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.85% from 477); Green value is 115 (45.31% from 255 or 24.11% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #6D73FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D73FD is #928C02. Grayscale: #808080. Windows color (decimal): -9604099 or 16610157. OLE color: 16610157.

HSL color Cylindrical-coordinate representation of color #6D73FD: hue angle of 237.5º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6D73FD is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB109115253-
CMYK0.570.5500.01
HSL237.5º97.3%70.98%-
HSV(B)237.5º56.92%99.22%-
XYZ30.1722.695.7-
YUV128.94198.01113.78-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.85%
GREEN value IS 115 (45.31% from 255) = 24.11%
BLUE value IS 253 (99.22% from 255) = 53.04%
R=22.85%
G=24.11%
B=53.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1091152530.570.5500.01237.597.370.98
Hex6D73FD393701ee6147
Octal155163375716701356141107
Binary1101101111001111111101111001110111011110111011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D73FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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