Html Css Color HEX #6E7BE2 Medium Slate Blue

📋 copy color: '#6E7BE2'

red 110 ◦ green 123 ◦ blue 226

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

Shades of Medium Slate Blue #6E7BE2

Tints of Medium Slate Blue #6E7BE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 49.24%

R = 23.97%
G = 26.8%
B = 49.24%

CMYK

 C value IS 0.51

 M value IS 0.46

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#6E7BE2 (or 0x6E7BE2) is known color: Medium Slate Blue. HEX triplet: 6E, 7B and E2. RGB value is (110,123,226). Sum of RGB (Red+Green+Blue) = 110+123+226=459 (60% of max value = 765). Red value is 110 (43.36% from 255 or 23.97% from 459); Green value is 123 (48.44% from 255 or 26.80% from 459); Blue value is 226 (88.67% from 255 or 49.24% from 459); Max value from RGB is 226 - color contains mainly: blue. Hex color #6E7BE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E7BE2 is #91841D. Grayscale: #828282. Windows color (decimal): -9536542 or 14842734. OLE color: 14842734.

HSL color Cylindrical-coordinate representation of color #6E7BE2: hue angle of 233.28º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6E7BE2 is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 110 123 226 -
CMYK 0.51 0.46 0 0.11
HSL 233.28º 0.67% 0.66% -
HSV(B) 233.28º 0.51% 0.89% -
XYZ 27.24 22.97 74.95 -
YUV 130.86 181.69 113.12 -
System Red Green Blue C M Y K H S L
Decimal 110 123 226 0.51 0.46 0 0.11 233.28 0.67 0.66
Hex 6E 7B E2 33 2E 0 B E9 43 42
Octal 156 173 342 63 56 0 13 351 103 102
Binary 1101110 1111011 11100010 110011 101110 0 1011 11101001 1000011 1000010

Color Harmonies of #6E7BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7BE2

Black with #6E7BE2

Text Example


Text Example

White with #6E7BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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