Html Css Color HEX #6D58FD Medium Slate Blue

📋 copy color: '#6D58FD'

red 109 ◦ green 88 ◦ blue 253

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

Shades of Medium Slate Blue #6D58FD

Tints of Medium Slate Blue #6D58FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 56.22%

R = 24.22%
G = 19.56%
B = 56.22%

CMYK

 C value IS 0.57

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6D58FD (or 0x6D58FD) is known color: Medium Slate Blue. HEX triplet: 6D, 58 and FD. RGB value is (109,88,253). Sum of RGB (Red+Green+Blue) = 109+88+253=450 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.22% from 450); Green value is 88 (34.77% from 255 or 19.56% from 450); Blue value is 253 (99.22% from 255 or 56.22% from 450); Max value from RGB is 253 - color contains mainly: blue. Hex color #6D58FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D58FD is #92A702. Grayscale: #707070. Windows color (decimal): -9611011 or 16603245. OLE color: 16603245.

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

Color convert

RGB 109 88 253 -
CMYK 0.57 0.65 0 0.01
HSL 247.64º 0.98% 0.67% -
HSV(B) 247.64º 0.65% 0.99% -
XYZ 27.53 17.32 94.82 -
YUV 113.09 206.96 125.08 -
System Red Green Blue C M Y K H S L
Decimal 109 88 253 0.57 0.65 0 0.01 247.64 0.98 0.67
Hex 6D 58 FD 39 41 0 1 F8 62 43
Octal 155 130 375 71 101 0 1 370 142 103
Binary 1101101 1011000 11111101 111001 1000001 0 1 11111000 1100010 1000011

Color Harmonies of #6D58FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D58FD

Black with #6D58FD

Text Example


Text Example

White with #6D58FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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