Html Css Color HEX #6E76FA Medium Slate Blue

📋 copy color: '#6E76FA'

red 110 ◦ green 118 ◦ blue 250

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

Shades of Medium Slate Blue #6E76FA

Tints of Medium Slate Blue #6E76FA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.69%

 BLUE value IS 250 (98.05% from 255) = 52.3%

R = 23.01%
G = 24.69%
B = 52.3%

CMYK

 C value IS 0.56

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6E76FA (or 0x6E76FA) is known color: Medium Slate Blue. HEX triplet: 6E, 76 and FA. RGB value is (110,118,250). Sum of RGB (Red+Green+Blue) = 110+118+250=478 (63% of max value = 765). Red value is 110 (43.36% from 255 or 23.01% from 478); Green value is 118 (46.48% from 255 or 24.69% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #6E76FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E76FA is #918905. Grayscale: #828282. Windows color (decimal): -9537798 or 16414318. OLE color: 16414318.

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

Color convert

RGB 110 118 250 -
CMYK 0.56 0.53 0 0.02
HSL 236.57º 0.93% 0.71% -
HSV(B) 236.57º 0.56% 0.98% -
XYZ 30.16 23.17 93.33 -
YUV 130.66 195.35 113.27 -
System Red Green Blue C M Y K H S L
Decimal 110 118 250 0.56 0.53 0 0.02 236.57 0.93 0.71
Hex 6E 76 FA 38 35 0 2 ED 5D 47
Octal 156 166 372 70 65 0 2 355 135 107
Binary 1101110 1110110 11111010 111000 110101 0 10 11101101 1011101 1000111

Color Harmonies of #6E76FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E76FA

Black with #6E76FA

Text Example


Text Example

White with #6E76FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,118,250); }

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

background-color css

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

 a { background-color: rgb(110,118,250); }

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

border-color css

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

 span { border-color: rgb(110,118,250); }

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