Html Css Color HEX #6D76DB Medium Slate Blue

📋 copy color: '#6D76DB'

red 109 ◦ green 118 ◦ blue 219

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

Shades of Medium Slate Blue #6D76DB

Tints of Medium Slate Blue #6D76DB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.46%

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

R = 24.44%
G = 26.46%
B = 49.1%

CMYK

 C value IS 0.50

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6D76DB (or 0x6D76DB) is known color: Medium Slate Blue. HEX triplet: 6D, 76 and DB. RGB value is (109,118,219). Sum of RGB (Red+Green+Blue) = 109+118+219=446 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.44% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D76DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D76DB is #928924. Grayscale: #7E7E7E. Windows color (decimal): -9603365 or 14382701. OLE color: 14382701.

HSL color Cylindrical-coordinate representation of color #6D76DB: hue angle of 235.09º 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 #6D76DB is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 109 118 219 -
CMYK 0.50 0.46 0 0.14
HSL 235.09º 0.6% 0.64% -
HSV(B) 235.09º 0.5% 0.86% -
XYZ 25.57 21.32 69.79 -
YUV 126.82 180.02 115.29 -
System Red Green Blue C M Y K H S L
Decimal 109 118 219 0.50 0.46 0 0.14 235.09 0.6 0.64
Hex 6D 76 DB 32 2E 0 E EB 3C 40
Octal 155 166 333 62 56 0 16 353 74 100
Binary 1101101 1110110 11011011 110010 101110 0 1110 11101011 111100 1000000

Color Harmonies of #6D76DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D76DB

Black with #6D76DB

Text Example


Text Example

White with #6D76DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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