Html Css Color HEX #6B77DC Medium Slate Blue

📋 copy color: '#6B77DC'

red 107 ◦ green 119 ◦ blue 220

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

Shades of Medium Slate Blue #6B77DC

Tints of Medium Slate Blue #6B77DC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.68%

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

R = 23.99%
G = 26.68%
B = 49.33%

CMYK

 C value IS 0.51

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6B77DC (or 0x6B77DC) is known color: Medium Slate Blue. HEX triplet: 6B, 77 and DC. RGB value is (107,119,220). Sum of RGB (Red+Green+Blue) = 107+119+220=446 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.99% from 446); Green value is 119 (46.88% from 255 or 26.68% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #6B77DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B77DC is #948823. Grayscale: #7E7E7E. Windows color (decimal): -9734180 or 14448491. OLE color: 14448491.

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

Color convert

RGB 107 119 220 -
CMYK 0.51 0.46 0 0.14
HSL 233.63º 0.62% 0.64% -
HSV(B) 233.63º 0.51% 0.86% -
XYZ 25.58 21.49 70.51 -
YUV 126.93 180.52 113.79 -
System Red Green Blue C M Y K H S L
Decimal 107 119 220 0.51 0.46 0 0.14 233.63 0.62 0.64
Hex 6B 77 DC 33 2E 0 E EA 3E 40
Octal 153 167 334 63 56 0 16 352 76 100
Binary 1101011 1110111 11011100 110011 101110 0 1110 11101010 111110 1000000

Color Harmonies of #6B77DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B77DC

Black with #6B77DC

Text Example


Text Example

White with #6B77DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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