Html Css Color HEX #6E74FA Medium Slate Blue

📋 copy color: '#6E74FA'

red 110 ◦ green 116 ◦ blue 250

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

Shades of Medium Slate Blue #6E74FA

Tints of Medium Slate Blue #6E74FA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.37%

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

R = 23.11%
G = 24.37%
B = 52.52%

CMYK

 C value IS 0.56

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6E74FA (or 0x6E74FA) is known color: Medium Slate Blue. HEX triplet: 6E, 74 and FA. RGB value is (110,116,250). Sum of RGB (Red+Green+Blue) = 110+116+250=476 (63% of max value = 765). Red value is 110 (43.36% from 255 or 23.11% from 476); Green value is 116 (45.70% from 255 or 24.37% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #6E74FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E74FA is #918B05. Grayscale: #808080. Windows color (decimal): -9538310 or 16413806. OLE color: 16413806.

HSL color Cylindrical-coordinate representation of color #6E74FA: hue angle of 237.43º 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 #6E74FA is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 110 116 250 -
CMYK 0.56 0.54 0 0.02
HSL 237.43º 0.93% 0.71% -
HSV(B) 237.43º 0.56% 0.98% -
XYZ 29.93 22.71 93.25 -
YUV 129.48 196.01 114.1 -
System Red Green Blue C M Y K H S L
Decimal 110 116 250 0.56 0.54 0 0.02 237.43 0.93 0.71
Hex 6E 74 FA 38 36 0 2 ED 5D 47
Octal 156 164 372 70 66 0 2 355 135 107
Binary 1101110 1110100 11111010 111000 110110 0 10 11101101 1011101 1000111

Color Harmonies of #6E74FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E74FA

Black with #6E74FA

Text Example


Text Example

White with #6E74FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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