Html Css Color HEX #6E7BDD Medium Slate Blue

📋 copy color: '#6E7BDD'

red 110 ◦ green 123 ◦ blue 221

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

Shades of Medium Slate Blue #6E7BDD

Tints of Medium Slate Blue #6E7BDD

RGB

 RED value IS 110 (43.36% from 255) = 24.23%

 GREEN value IS 123 (48.44% from 255) = 27.09%

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

R = 24.23%
G = 27.09%
B = 48.68%

CMYK

 C value IS 0.50

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6E7BDD (or 0x6E7BDD) is known color: Medium Slate Blue. HEX triplet: 6E, 7B and DD. RGB value is (110,123,221). Sum of RGB (Red+Green+Blue) = 110+123+221=454 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.23% from 454); Green value is 123 (48.44% from 255 or 27.09% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #6E7BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E7BDD is #918422. Grayscale: #818181. Windows color (decimal): -9536547 or 14515054. OLE color: 14515054.

HSL color Cylindrical-coordinate representation of color #6E7BDD: hue angle of 232.97º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E7BDD is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 110 123 221 -
CMYK 0.50 0.44 0 0.13
HSL 232.97º 0.62% 0.65% -
HSV(B) 232.97º 0.5% 0.87% -
XYZ 26.56 22.7 71.39 -
YUV 130.29 179.19 113.53 -
System Red Green Blue C M Y K H S L
Decimal 110 123 221 0.50 0.44 0 0.13 232.97 0.62 0.65
Hex 6E 7B DD 32 2C 0 D E9 3E 41
Octal 156 173 335 62 54 0 15 351 76 101
Binary 1101110 1111011 11011101 110010 101100 0 1101 11101001 111110 1000001

Color Harmonies of #6E7BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7BDD

Black with #6E7BDD

Text Example


Text Example

White with #6E7BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,123,221); }

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

background-color css

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

 a { background-color: rgb(110,123,221); }

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

border-color css

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

 span { border-color: rgb(110,123,221); }

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