Html Css Color HEX #6D78DC Medium Slate Blue

📋 copy color: '#6D78DC'

red 109 ◦ green 120 ◦ blue 220

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

Shades of Medium Slate Blue #6D78DC

Tints of Medium Slate Blue #6D78DC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.73%

 BLUE value IS 220 (86.33% from 255) = 49%

R = 24.28%
G = 26.73%
B = 49%

CMYK

 C value IS 0.50

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6D78DC (or 0x6D78DC) is known color: Medium Slate Blue. HEX triplet: 6D, 78 and DC. RGB value is (109,120,220). Sum of RGB (Red+Green+Blue) = 109+120+220=449 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.28% from 449); Green value is 120 (47.27% from 255 or 26.73% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #6D78DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D78DC is #928723. Grayscale: #7F7F7F. Windows color (decimal): -9602852 or 14448749. OLE color: 14448749.

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

Color convert

RGB 109 120 220 -
CMYK 0.50 0.45 0 0.14
HSL 234.05º 0.61% 0.65% -
HSV(B) 234.05º 0.5% 0.86% -
XYZ 25.94 21.85 70.56 -
YUV 128.11 179.86 114.37 -
System Red Green Blue C M Y K H S L
Decimal 109 120 220 0.50 0.45 0 0.14 234.05 0.61 0.65
Hex 6D 78 DC 32 2D 0 E EA 3D 41
Octal 155 170 334 62 55 0 16 352 75 101
Binary 1101101 1111000 11011100 110010 101101 0 1110 11101010 111101 1000001

Color Harmonies of #6D78DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D78DC

Black with #6D78DC

Text Example


Text Example

White with #6D78DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,120,220); }

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

background-color css

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

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

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

border-color css

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

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

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