Html Css Color HEX #6D50D1 Slate Blue

📋 copy color: '#6D50D1'

red 109 ◦ green 80 ◦ blue 209

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

Shades of Slate Blue #6D50D1

Tints of Slate Blue #6D50D1

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.1%

 BLUE value IS 209 (82.03% from 255) = 52.51%

R = 27.39%
G = 20.1%
B = 52.51%

CMYK

 C value IS 0.48

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6D50D1 (or 0x6D50D1) is known color: Slate Blue. HEX triplet: 6D, 50 and D1. RGB value is (109,80,209). Sum of RGB (Red+Green+Blue) = 109+80+209=398 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.39% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 209 (82.03% from 255 or 52.51% from 398); Max value from RGB is 209 - color contains mainly: blue. Hex color #6D50D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D50D1 is #92AF2E. Grayscale: #666666. Windows color (decimal): -9613103 or 13717613. OLE color: 13717613.

HSL color Cylindrical-coordinate representation of color #6D50D1: hue angle of 253.49º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6D50D1 is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 109 80 209 -
CMYK 0.48 0.62 0 0.18
HSL 253.49º 0.58% 0.57% -
HSV(B) 253.49º 0.62% 0.82% -
XYZ 20.68 13.59 61.85 -
YUV 103.38 187.61 132.01 -
System Red Green Blue C M Y K H S L
Decimal 109 80 209 0.48 0.62 0 0.18 253.49 0.58 0.57
Hex 6D 50 D1 30 3E 0 12 FD 3A 39
Octal 155 120 321 60 76 0 22 375 72 71
Binary 1101101 1010000 11010001 110000 111110 0 10010 11111101 111010 111001

Color Harmonies of #6D50D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D50D1

Black with #6D50D1

Text Example


Text Example

White with #6D50D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,80,209); }

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

background-color css

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

 a { background-color: rgb(109,80,209); }

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

border-color css

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

 span { border-color: rgb(109,80,209); }

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