Html Css Color HEX #6E7AEB Medium Slate Blue

📋 copy color: '#6E7AEB'

red 110 ◦ green 122 ◦ blue 235

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

Shades of Medium Slate Blue #6E7AEB

Tints of Medium Slate Blue #6E7AEB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.12%

 BLUE value IS 235 (92.19% from 255) = 50.32%

R = 23.55%
G = 26.12%
B = 50.32%

CMYK

 C value IS 0.53

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6E7AEB (or 0x6E7AEB) is known color: Medium Slate Blue. HEX triplet: 6E, 7A and EB. RGB value is (110,122,235). Sum of RGB (Red+Green+Blue) = 110+122+235=467 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.55% from 467); Green value is 122 (48.05% from 255 or 26.12% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #6E7AEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E7AEB is #918514. Grayscale: #828282. Windows color (decimal): -9536789 or 15432302. OLE color: 15432302.

HSL color Cylindrical-coordinate representation of color #6E7AEB: hue angle of 234.24º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E7AEB is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 110 122 235 -
CMYK 0.53 0.48 0 0.08
HSL 234.24º 0.76% 0.68% -
HSV(B) 234.24º 0.53% 0.92% -
XYZ 28.39 23.23 81.59 -
YUV 131.29 186.52 112.81 -
System Red Green Blue C M Y K H S L
Decimal 110 122 235 0.53 0.48 0 0.08 234.24 0.76 0.68
Hex 6E 7A EB 35 30 0 8 EA 4C 44
Octal 156 172 353 65 60 0 10 352 114 104
Binary 1101110 1111010 11101011 110101 110000 0 1000 11101010 1001100 1000100

Color Harmonies of #6E7AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7AEB

Black with #6E7AEB

Text Example


Text Example

White with #6E7AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,122,235); }

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

background-color css

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

 a { background-color: rgb(110,122,235); }

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

border-color css

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

 span { border-color: rgb(110,122,235); }

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