Html Css Color HEX #6E50AA Studio

📋 copy color: '#6E50AA'

red 110 ◦ green 80 ◦ blue 170

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

Shades of Studio #6E50AA

Tints of Studio #6E50AA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.22%

 BLUE value IS 170 (66.8% from 255) = 47.22%

R = 30.56%
G = 22.22%
B = 47.22%

CMYK

 C value IS 0.35

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6E50AA (or 0x6E50AA) is known color: Studio. HEX triplet: 6E, 50 and AA. RGB value is (110,80,170). Sum of RGB (Red+Green+Blue) = 110+80+170=360 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.56% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #6E50AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E50AA is #91AF55. Grayscale: #626262. Windows color (decimal): -9547606 or 11161710. OLE color: 11161710.

HSL color Cylindrical-coordinate representation of color #6E50AA: hue angle of 260º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E50AA is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 110 80 170 -
CMYK 0.35 0.53 0 0.33
HSL 260º 0.36% 0.49% -
HSV(B) 260º 0.53% 0.67% -
XYZ 16.55 11.95 39.47 -
YUV 99.23 167.94 135.68 -
System Red Green Blue C M Y K H S L
Decimal 110 80 170 0.35 0.53 0 0.33 260 0.36 0.49
Hex 6E 50 AA 23 35 0 21 104 24 31
Octal 156 120 252 43 65 0 41 404 44 61
Binary 1101110 1010000 10101010 100011 110101 0 100001 100000100 100100 110001

Color Harmonies of #6E50AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E50AA

Black with #6E50AA

Text Example


Text Example

White with #6E50AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,80,170); }

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

background-color css

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

 a { background-color: rgb(110,80,170); }

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

border-color css

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

 span { border-color: rgb(110,80,170); }

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