Html Css Color HEX #6D50DB Slate Blue

📋 copy color: '#6D50DB'

red 109 ◦ green 80 ◦ blue 219

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

Shades of Slate Blue #6D50DB

Tints of Slate Blue #6D50DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.68%

R = 26.72%
G = 19.61%
B = 53.68%

CMYK

 C value IS 0.50

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6D50DB (or 0x6D50DB) is known color: Slate Blue. HEX triplet: 6D, 50 and DB. RGB value is (109,80,219). Sum of RGB (Red+Green+Blue) = 109+80+219=408 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.72% from 408); Green value is 80 (31.64% from 255 or 19.61% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D50DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D50DB is #92AF24. Grayscale: #676767. Windows color (decimal): -9613093 or 14372973. OLE color: 14372973.

HSL color Cylindrical-coordinate representation of color #6D50DB: hue angle of 252.52º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6D50DB is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 109 80 219 -
CMYK 0.50 0.63 0 0.14
HSL 252.52º 0.66% 0.59% -
HSV(B) 252.52º 0.63% 0.86% -
XYZ 21.96 14.1 68.58 -
YUV 104.52 192.61 131.2 -
System Red Green Blue C M Y K H S L
Decimal 109 80 219 0.50 0.63 0 0.14 252.52 0.66 0.59
Hex 6D 50 DB 32 3F 0 E FD 42 3B
Octal 155 120 333 62 77 0 16 375 102 73
Binary 1101101 1010000 11011011 110010 111111 0 1110 11111101 1000010 111011

Color Harmonies of #6D50DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D50DB

Black with #6D50DB

Text Example


Text Example

White with #6D50DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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