Html Css Color HEX #6B77DD Medium Slate Blue

📋 copy color: '#6B77DD'

red 107 ◦ green 119 ◦ blue 221

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

Shades of Medium Slate Blue #6B77DD

Tints of Medium Slate Blue #6B77DD

RGB

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

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

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

R = 23.94%
G = 26.62%
B = 49.44%

CMYK

 C value IS 0.52

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6B77DD (or 0x6B77DD) is known color: Medium Slate Blue. HEX triplet: 6B, 77 and DD. RGB value is (107,119,221). Sum of RGB (Red+Green+Blue) = 107+119+221=447 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.94% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #6B77DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B77DD is #948822. Grayscale: #7E7E7E. Windows color (decimal): -9734179 or 14514027. OLE color: 14514027.

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

Color convert

RGB 107 119 221 -
CMYK 0.52 0.46 0 0.13
HSL 233.68º 0.63% 0.64% -
HSV(B) 233.68º 0.52% 0.87% -
XYZ 25.71 21.54 71.21 -
YUV 127.04 181.02 113.71 -
System Red Green Blue C M Y K H S L
Decimal 107 119 221 0.52 0.46 0 0.13 233.68 0.63 0.64
Hex 6B 77 DD 34 2E 0 D EA 3F 40
Octal 153 167 335 64 56 0 15 352 77 100
Binary 1101011 1110111 11011101 110100 101110 0 1101 11101010 111111 1000000

Color Harmonies of #6B77DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B77DD

Black with #6B77DD

Text Example


Text Example

White with #6B77DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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