Html Css Color HEX #6D73FD Light Slate Blue

📋 copy color: '#6D73FD'

red 109 ◦ green 115 ◦ blue 253

#6D73FD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #6D73FD

Tints of Light Slate Blue #6D73FD

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 value IS 0.57

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6D73FD (or 0x6D73FD) is known color: 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

RGB 109 115 253 -
CMYK 0.57 0.55 0 0.01
HSL 237.5º 0.97% 0.71% -
HSV(B) 237.5º 0.57% 0.99% -
XYZ 30.17 22.6 95.7 -
YUV 128.94 198.01 113.78 -
System Red Green Blue C M Y K H S L
Decimal 109 115 253 0.57 0.55 0 0.01 237.5 0.97 0.71
Hex 6D 73 FD 39 37 0 1 EE 61 47
Octal 155 163 375 71 67 0 1 356 141 107
Binary 1101101 1110011 11111101 111001 110111 0 1 11101110 1100001 1000111

Color Harmonies of #6D73FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D73FD

Black with #6D73FD

Text Example


Text Example

White with #6D73FD

Text Example


Text Example

HTML Codes & Css Web 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>