Html Css Color HEX #6D56DB Slate Blue

📋 copy color: '#6D56DB'

red 109 ◦ green 86 ◦ blue 219

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

Shades of Slate Blue #6D56DB

Tints of Slate Blue #6D56DB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.77%

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

R = 26.33%
G = 20.77%
B = 52.9%

CMYK

 C value IS 0.50

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6D56DB (or 0x6D56DB) is known color: Slate Blue. HEX triplet: 6D, 56 and DB. RGB value is (109,86,219). Sum of RGB (Red+Green+Blue) = 109+86+219=414 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.33% from 414); Green value is 86 (33.98% from 255 or 20.77% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D56DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D56DB is #92A924. Grayscale: #6B6B6B. Windows color (decimal): -9611557 or 14374509. OLE color: 14374509.

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

Color convert

RGB 109 86 219 -
CMYK 0.50 0.61 0 0.14
HSL 250.38º 0.65% 0.6% -
HSV(B) 250.38º 0.61% 0.86% -
XYZ 22.42 15.02 68.74 -
YUV 108.04 190.62 128.69 -
System Red Green Blue C M Y K H S L
Decimal 109 86 219 0.50 0.61 0 0.14 250.38 0.65 0.6
Hex 6D 56 DB 32 3D 0 E FA 41 3C
Octal 155 126 333 62 75 0 16 372 101 74
Binary 1101101 1010110 11011011 110010 111101 0 1110 11111010 1000001 111100

Color Harmonies of #6D56DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D56DB

Black with #6D56DB

Text Example


Text Example

White with #6D56DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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