Html Css Color HEX #6D58F6 Medium Slate Blue

📋 copy color: '#6D58F6'

red 109 ◦ green 88 ◦ blue 246

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

Shades of Medium Slate Blue #6D58F6

Tints of Medium Slate Blue #6D58F6

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.86%

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

R = 24.6%
G = 19.86%
B = 55.53%

CMYK

 C value IS 0.56

 M value IS 0.64

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6D58F6 (or 0x6D58F6) is known color: Medium Slate Blue. HEX triplet: 6D, 58 and F6. RGB value is (109,88,246). Sum of RGB (Red+Green+Blue) = 109+88+246=443 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.60% from 443); Green value is 88 (34.77% from 255 or 19.86% from 443); Blue value is 246 (96.48% from 255 or 55.53% from 443); Max value from RGB is 246 - color contains mainly: blue. Hex color #6D58F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D58F6 is #92A709. Grayscale: #6F6F6F. Windows color (decimal): -9611018 or 16144493. OLE color: 16144493.

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

Color convert

RGB 109 88 246 -
CMYK 0.56 0.64 0 0.04
HSL 247.97º 0.9% 0.65% -
HSV(B) 247.97º 0.64% 0.96% -
XYZ 26.43 16.88 89.05 -
YUV 112.29 203.46 125.65 -
System Red Green Blue C M Y K H S L
Decimal 109 88 246 0.56 0.64 0 0.04 247.97 0.9 0.65
Hex 6D 58 F6 38 40 0 4 F8 5A 41
Octal 155 130 366 70 100 0 4 370 132 101
Binary 1101101 1011000 11110110 111000 1000000 0 100 11111000 1011010 1000001

Color Harmonies of #6D58F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D58F6

Black with #6D58F6

Text Example


Text Example

White with #6D58F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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