Html Css Color HEX #6776DD Medium Slate Blue

📋 copy color: '#6776DD'

red 103 ◦ green 118 ◦ blue 221

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

Shades of Medium Slate Blue #6776DD

Tints of Medium Slate Blue #6776DD

RGB

 RED value IS 103 (40.63% from 255) = 23.3%

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

 BLUE value IS 221 (86.72% from 255) = 50%

R = 23.3%
G = 26.7%
B = 50%

CMYK

 C value IS 0.53

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6776DD (or 0x6776DD) is known color: Medium Slate Blue. HEX triplet: 67, 76 and DD. RGB value is (103,118,221). Sum of RGB (Red+Green+Blue) = 103+118+221=442 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.30% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #6776DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6776DD is #988922. Grayscale: #7C7C7C. Windows color (decimal): -9996579 or 14513767. OLE color: 14513767.

HSL color Cylindrical-coordinate representation of color #6776DD: hue angle of 232.37º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6776DD is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 103 118 221 -
CMYK 0.53 0.47 0 0.13
HSL 232.37º 0.63% 0.64% -
HSV(B) 232.37º 0.53% 0.87% -
XYZ 25.12 21.06 71.15 -
YUV 125.26 182.03 112.12 -
System Red Green Blue C M Y K H S L
Decimal 103 118 221 0.53 0.47 0 0.13 232.37 0.63 0.64
Hex 67 76 DD 35 2F 0 D E8 3F 40
Octal 147 166 335 65 57 0 15 350 77 100
Binary 1100111 1110110 11011101 110101 101111 0 1101 11101000 111111 1000000

Color Harmonies of #6776DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6776DD

Black with #6776DD

Text Example


Text Example

White with #6776DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6776DD; }

 p { color: rgb(103,118,221); }

 H1.HeaderClassName
 {
   color: #6776DD;
 }
 .AnyTagClassName
 {
   color: #6776DD;
 }
</style>

background-color css

<style>
 a { background-color: #6776DD; }

 a { background-color: rgb(103,118,221); }

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

border-color css

<style>
 span { border-color: #6776DD; }

 span { border-color: rgb(103,118,221); }

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