Html Css Color HEX #6D6ADB Slate Blue

📋 copy color: '#6D6ADB'

red 109 ◦ green 106 ◦ blue 219

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

Shades of Slate Blue #6D6ADB

Tints of Slate Blue #6D6ADB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.42%

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

R = 25.12%
G = 24.42%
B = 50.46%

CMYK

 C value IS 0.50

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6D6ADB (or 0x6D6ADB) is known color: Slate Blue. HEX triplet: 6D, 6A and DB. RGB value is (109,106,219). Sum of RGB (Red+Green+Blue) = 109+106+219=434 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.12% from 434); Green value is 106 (41.80% from 255 or 24.42% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D6ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D6ADB is #929524. Grayscale: #777777. Windows color (decimal): -9606437 or 14379629. OLE color: 14379629.

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

Color convert

RGB 109 106 219 -
CMYK 0.50 0.52 0 0.14
HSL 241.59º 0.61% 0.64% -
HSV(B) 241.59º 0.52% 0.86% -
XYZ 24.25 18.67 69.34 -
YUV 119.78 183.99 120.31 -
System Red Green Blue C M Y K H S L
Decimal 109 106 219 0.50 0.52 0 0.14 241.59 0.61 0.64
Hex 6D 6A DB 32 34 0 E F2 3D 40
Octal 155 152 333 62 64 0 16 362 75 100
Binary 1101101 1101010 11011011 110010 110100 0 1110 11110010 111101 1000000

Color Harmonies of #6D6ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6ADB

Black with #6D6ADB

Text Example


Text Example

White with #6D6ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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