Html Css Color HEX #6E7AF6 Medium Slate Blue

📋 copy color: '#6E7AF6'

red 110 ◦ green 122 ◦ blue 246

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

Shades of Medium Slate Blue #6E7AF6

Tints of Medium Slate Blue #6E7AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 51.46%

R = 23.01%
G = 25.52%
B = 51.46%

CMYK

 C value IS 0.55

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6E7AF6 (or 0x6E7AF6) is known color: Medium Slate Blue. HEX triplet: 6E, 7A and F6. RGB value is (110,122,246). Sum of RGB (Red+Green+Blue) = 110+122+246=478 (63% of max value = 765). Red value is 110 (43.36% from 255 or 23.01% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 246 (96.48% from 255 or 51.46% from 478); Max value from RGB is 246 - color contains mainly: blue. Hex color #6E7AF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E7AF6 is #918509. Grayscale: #848484. Windows color (decimal): -9536778 or 16153198. OLE color: 16153198.

HSL color Cylindrical-coordinate representation of color #6E7AF6: hue angle of 234.71º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E7AF6 is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 110 122 246 -
CMYK 0.55 0.50 0 0.04
HSL 234.71º 0.88% 0.7% -
HSV(B) 234.71º 0.55% 0.96% -
XYZ 30.02 23.89 90.22 -
YUV 132.55 192.02 111.92 -
System Red Green Blue C M Y K H S L
Decimal 110 122 246 0.55 0.50 0 0.04 234.71 0.88 0.7
Hex 6E 7A F6 37 32 0 4 EB 58 46
Octal 156 172 366 67 62 0 4 353 130 106
Binary 1101110 1111010 11110110 110111 110010 0 100 11101011 1011000 1000110

Color Harmonies of #6E7AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7AF6

Black with #6E7AF6

Text Example


Text Example

White with #6E7AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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