Html Css Color HEX #6E4890 Studio

📋 copy color: '#6E4890'

red 110 ◦ green 72 ◦ blue 144

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

Shades of Studio #6E4890

Tints of Studio #6E4890

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.09%

 BLUE value IS 144 (56.64% from 255) = 44.17%

R = 33.74%
G = 22.09%
B = 44.17%

CMYK

 C value IS 0.24

 M value IS 0.50

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6E4890 (or 0x6E4890) is known color: Studio. HEX triplet: 6E, 48 and 90. RGB value is (110,72,144). Sum of RGB (Red+Green+Blue) = 110+72+144=326 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.74% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 144 (56.64% from 255 or 44.17% from 326); Max value from RGB is 144 - color contains mainly: blue. Hex color #6E4890 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E4890 is #91B76F. Grayscale: #5B5B5B. Windows color (decimal): -9549680 or 9455726. OLE color: 9455726.

HSL color Cylindrical-coordinate representation of color #6E4890: hue angle of 271.67º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E4890 is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 110 72 144 -
CMYK 0.24 0.50 0 0.44
HSL 271.67º 0.33% 0.42% -
HSV(B) 271.67º 0.5% 0.56% -
XYZ 13.78 9.96 27.58 -
YUV 91.57 157.59 141.15 -
System Red Green Blue C M Y K H S L
Decimal 110 72 144 0.24 0.50 0 0.44 271.67 0.33 0.42
Hex 6E 48 90 18 32 0 2C 110 21 2A
Octal 156 110 220 30 62 0 54 420 41 52
Binary 1101110 1001000 10010000 11000 110010 0 101100 100010000 100001 101010

Color Harmonies of #6E4890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4890

Black with #6E4890

Text Example


Text Example

White with #6E4890

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,72,144); }

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

background-color css

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

 a { background-color: rgb(110,72,144); }

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

border-color css

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

 span { border-color: rgb(110,72,144); }

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