Html Css Color HEX #6E4990 Studio

📋 copy color: '#6E4990'

red 110 ◦ green 73 ◦ blue 144

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

Shades of Studio #6E4990

Tints of Studio #6E4990

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.32%

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

R = 33.64%
G = 22.32%
B = 44.04%

CMYK

 C value IS 0.24

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6E4990 (or 0x6E4990) is known color: Studio. HEX triplet: 6E, 49 and 90. RGB value is (110,73,144). Sum of RGB (Red+Green+Blue) = 110+73+144=327 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.64% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 144 (56.64% from 255 or 44.04% from 327); Max value from RGB is 144 - color contains mainly: blue. Hex color #6E4990 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E4990 is #91B66F. Grayscale: #5B5B5B. Windows color (decimal): -9549424 or 9455982. OLE color: 9455982.

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

Color convert

RGB 110 73 144 -
CMYK 0.24 0.49 0 0.44
HSL 271.27º 0.33% 0.43% -
HSV(B) 271.27º 0.49% 0.56% -
XYZ 13.85 10.09 27.6 -
YUV 92.16 157.26 140.73 -
System Red Green Blue C M Y K H S L
Decimal 110 73 144 0.24 0.49 0 0.44 271.27 0.33 0.43
Hex 6E 49 90 18 31 0 2C 10F 21 2B
Octal 156 111 220 30 61 0 54 417 41 53
Binary 1101110 1001001 10010000 11000 110001 0 101100 100001111 100001 101011

Color Harmonies of #6E4990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4990

Black with #6E4990

Text Example


Text Example

White with #6E4990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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