Html Css Color HEX #6D45F6 Medium Slate Blue

📋 copy color: '#6D45F6'

red 109 ◦ green 69 ◦ blue 246

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

Shades of Medium Slate Blue #6D45F6

Tints of Medium Slate Blue #6D45F6

RGB

 RED value IS 109 (42.97% from 255) = 25.71%

 GREEN value IS 69 (27.34% from 255) = 16.27%

 BLUE value IS 246 (96.48% from 255) = 58.02%

R = 25.71%
G = 16.27%
B = 58.02%

CMYK

 C value IS 0.56

 M value IS 0.72

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6D45F6 (or 0x6D45F6) is known color: Medium Slate Blue. HEX triplet: 6D, 45 and F6. RGB value is (109,69,246). Sum of RGB (Red+Green+Blue) = 109+69+246=424 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.71% from 424); Green value is 69 (27.34% from 255 or 16.27% from 424); Blue value is 246 (96.48% from 255 or 58.02% from 424); Max value from RGB is 246 - color contains mainly: blue. Hex color #6D45F6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D45F6 is #92BA09. Grayscale: #646464. Windows color (decimal): -9615882 or 16139629. OLE color: 16139629.

HSL color Cylindrical-coordinate representation of color #6D45F6: hue angle of 253.56º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6D45F6 is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 109 69 246 -
CMYK 0.56 0.72 0 0.04
HSL 253.56º 0.91% 0.62% -
HSV(B) 253.56º 0.72% 0.96% -
XYZ 25.07 14.16 88.6 -
YUV 101.14 209.75 133.61 -
System Red Green Blue C M Y K H S L
Decimal 109 69 246 0.56 0.72 0 0.04 253.56 0.91 0.62
Hex 6D 45 F6 38 48 0 4 FE 5B 3E
Octal 155 105 366 70 110 0 4 376 133 76
Binary 1101101 1000101 11110110 111000 1001000 0 100 11111110 1011011 111110

Color Harmonies of #6D45F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D45F6

Black with #6D45F6

Text Example


Text Example

White with #6D45F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,69,246); }

 H1.HeaderClassName
 {
   color: #6D45F6;
 }
 .AnyTagClassName
 {
   color: #6D45F6;
 }
</style>

background-color css

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

 a { background-color: rgb(109,69,246); }

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

border-color css

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

 span { border-color: rgb(109,69,246); }

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