Html Css Color HEX #6E4899 Studio

📋 copy color: '#6E4899'

red 110 ◦ green 72 ◦ blue 153

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

Shades of Studio #6E4899

Tints of Studio #6E4899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 45.67%

R = 32.84%
G = 21.49%
B = 45.67%

CMYK

 C value IS 0.28

 M value IS 0.53

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6E4899 (or 0x6E4899) is known color: Studio. HEX triplet: 6E, 48 and 99. RGB value is (110,72,153). Sum of RGB (Red+Green+Blue) = 110+72+153=335 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.84% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 153 - color contains mainly: blue. Hex color #6E4899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E4899 is #91B766. Grayscale: #5C5C5C. Windows color (decimal): -9549671 or 10045550. OLE color: 10045550.

HSL color Cylindrical-coordinate representation of color #6E4899: hue angle of 268.15º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E4899 is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 110 72 153 -
CMYK 0.28 0.53 0 0.4
HSL 268.15º 0.36% 0.44% -
HSV(B) 268.15º 0.53% 0.6% -
XYZ 14.5 10.25 31.35 -
YUV 92.6 162.09 140.41 -
System Red Green Blue C M Y K H S L
Decimal 110 72 153 0.28 0.53 0 0.4 268.15 0.36 0.44
Hex 6E 48 99 1C 35 0 28 10C 24 2C
Octal 156 110 231 34 65 0 50 414 44 54
Binary 1101110 1001000 10011001 11100 110101 0 101000 100001100 100100 101100

Color Harmonies of #6E4899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4899

Black with #6E4899

Text Example


Text Example

White with #6E4899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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