Html Css Color HEX #6F77DC Medium Slate Blue

📋 copy color: '#6F77DC'

red 111 ◦ green 119 ◦ blue 220

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

Shades of Medium Slate Blue #6F77DC

Tints of Medium Slate Blue #6F77DC

RGB

 RED value IS 111 (43.75% from 255) = 24.67%

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

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

R = 24.67%
G = 26.44%
B = 48.89%

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

#6F77DC (or 0x6F77DC) is known color: Medium Slate Blue. HEX triplet: 6F, 77 and DC. RGB value is (111,119,220). Sum of RGB (Red+Green+Blue) = 111+119+220=450 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.67% from 450); Green value is 119 (46.88% from 255 or 26.44% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #6F77DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F77DC is #908823. Grayscale: #7F7F7F. Windows color (decimal): -9472036 or 14448495. OLE color: 14448495.

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

Color convert

RGB 111 119 220 -
CMYK 0.50 0.46 0 0.14
HSL 235.6º 0.61% 0.65% -
HSV(B) 235.6º 0.5% 0.86% -
XYZ 26.07 21.74 70.53 -
YUV 128.12 179.85 115.79 -
System Red Green Blue C M Y K H S L
Decimal 111 119 220 0.50 0.46 0 0.14 235.6 0.61 0.65
Hex 6F 77 DC 32 2E 0 E EC 3D 41
Octal 157 167 334 62 56 0 16 354 75 101
Binary 1101111 1110111 11011100 110010 101110 0 1110 11101100 111101 1000001

Color Harmonies of #6F77DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F77DC

Black with #6F77DC

Text Example


Text Example

White with #6F77DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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