Html Css Color HEX #6B78DC Medium Slate Blue

📋 copy color: '#6B78DC'

red 107 ◦ green 120 ◦ blue 220

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

Shades of Medium Slate Blue #6B78DC

Tints of Medium Slate Blue #6B78DC

RGB

 RED value IS 107 (42.19% from 255) = 23.94%

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

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

R = 23.94%
G = 26.85%
B = 49.22%

CMYK

 C value IS 0.51

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6B78DC (or 0x6B78DC) is known color: Medium Slate Blue. HEX triplet: 6B, 78 and DC. RGB value is (107,120,220). Sum of RGB (Red+Green+Blue) = 107+120+220=447 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.94% from 447); Green value is 120 (47.27% from 255 or 26.85% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #6B78DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B78DC is #948723. Grayscale: #7F7F7F. Windows color (decimal): -9733924 or 14448747. OLE color: 14448747.

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

Color convert

RGB 107 120 220 -
CMYK 0.51 0.45 0 0.14
HSL 233.1º 0.62% 0.64% -
HSV(B) 233.1º 0.51% 0.86% -
XYZ 25.7 21.73 70.55 -
YUV 127.51 180.19 113.37 -
System Red Green Blue C M Y K H S L
Decimal 107 120 220 0.51 0.45 0 0.14 233.1 0.62 0.64
Hex 6B 78 DC 33 2D 0 E E9 3E 40
Octal 153 170 334 63 55 0 16 351 76 100
Binary 1101011 1111000 11011100 110011 101101 0 1110 11101001 111110 1000000

Color Harmonies of #6B78DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B78DC

Black with #6B78DC

Text Example


Text Example

White with #6B78DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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