Html Css Color HEX #6D6DDB Slate Blue

📋 copy color: '#6D6DDB'

red 109 ◦ green 109 ◦ blue 219

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

Shades of Slate Blue #6D6DDB

Tints of Slate Blue #6D6DDB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.94%

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

R = 24.94%
G = 24.94%
B = 50.11%

CMYK

 C value IS 0.50

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6D6DDB (or 0x6D6DDB) is known color: Slate Blue. HEX triplet: 6D, 6D and DB. RGB value is (109,109,219). Sum of RGB (Red+Green+Blue) = 109+109+219=437 (57% of max value = 765). Red value is 109 (42.97% from 255 or 24.94% from 437); Green value is 109 (42.97% from 255 or 24.94% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D6DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D6DDB is #929224. Grayscale: #797979. Windows color (decimal): -9605669 or 14380397. OLE color: 14380397.

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

Color convert

RGB 109 109 219 -
CMYK 0.50 0.50 0 0.14
HSL 240º 0.6% 0.64% -
HSV(B) 240º 0.5% 0.86% -
XYZ 24.56 19.3 69.45 -
YUV 121.54 183 119.06 -
System Red Green Blue C M Y K H S L
Decimal 109 109 219 0.50 0.50 0 0.14 240 0.6 0.64
Hex 6D 6D DB 32 32 0 E F0 3C 40
Octal 155 155 333 62 62 0 16 360 74 100
Binary 1101101 1101101 11011011 110010 110010 0 1110 11110000 111100 1000000

Color Harmonies of #6D6DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6DDB

Black with #6D6DDB

Text Example


Text Example

White with #6D6DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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