Html Css Color HEX #6E6AFB Medium Slate Blue

📋 copy color: '#6E6AFB'

red 110 ◦ green 106 ◦ blue 251

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

Shades of Medium Slate Blue #6E6AFB

Tints of Medium Slate Blue #6E6AFB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.7%

 BLUE value IS 251 (98.44% from 255) = 53.75%

R = 23.55%
G = 22.7%
B = 53.75%

CMYK

 C value IS 0.56

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6E6AFB (or 0x6E6AFB) is known color: Medium Slate Blue. HEX triplet: 6E, 6A and FB. RGB value is (110,106,251). Sum of RGB (Red+Green+Blue) = 110+106+251=467 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.55% from 467); Green value is 106 (41.80% from 255 or 22.70% from 467); Blue value is 251 (98.44% from 255 or 53.75% from 467); Max value from RGB is 251 - color contains mainly: blue. Hex color #6E6AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E6AFB is #919504. Grayscale: #7B7B7B. Windows color (decimal): -9540869 or 16476782. OLE color: 16476782.

HSL color Cylindrical-coordinate representation of color #6E6AFB: hue angle of 241.66º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6E6AFB is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 110 106 251 -
CMYK 0.56 0.58 0 0.02
HSL 241.66º 0.95% 0.7% -
HSV(B) 241.66º 0.58% 0.98% -
XYZ 29 20.59 93.71 -
YUV 123.73 199.83 118.21 -
System Red Green Blue C M Y K H S L
Decimal 110 106 251 0.56 0.58 0 0.02 241.66 0.95 0.7
Hex 6E 6A FB 38 3A 0 2 F2 5F 46
Octal 156 152 373 70 72 0 2 362 137 106
Binary 1101110 1101010 11111011 111000 111010 0 10 11110010 1011111 1000110

Color Harmonies of #6E6AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6AFB

Black with #6E6AFB

Text Example


Text Example

White with #6E6AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,106,251); }

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

background-color css

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

 a { background-color: rgb(110,106,251); }

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

border-color css

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

 span { border-color: rgb(110,106,251); }

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