Html Css Color HEX #6E46AA Studio

📋 copy color: '#6E46AA'

red 110 ◦ green 70 ◦ blue 170

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

Shades of Studio #6E46AA

Tints of Studio #6E46AA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20%

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

R = 31.43%
G = 20%
B = 48.57%

CMYK

 C value IS 0.35

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6E46AA (or 0x6E46AA) is known color: Studio. HEX triplet: 6E, 46 and AA. RGB value is (110,70,170). Sum of RGB (Red+Green+Blue) = 110+70+170=350 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.43% from 350); Green value is 70 (27.73% from 255 or 20% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #6E46AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E46AA is #91B955. Grayscale: #5D5D5D. Windows color (decimal): -9550166 or 11159150. OLE color: 11159150.

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

Color convert

RGB 110 70 170 -
CMYK 0.35 0.59 0 0.33
HSL 264º 0.42% 0.47% -
HSV(B) 264º 0.59% 0.67% -
XYZ 15.88 10.6 39.24 -
YUV 93.36 171.25 139.87 -
System Red Green Blue C M Y K H S L
Decimal 110 70 170 0.35 0.59 0 0.33 264 0.42 0.47
Hex 6E 46 AA 23 3B 0 21 108 2A 2F
Octal 156 106 252 43 73 0 41 410 52 57
Binary 1101110 1000110 10101010 100011 111011 0 100001 100001000 101010 101111

Color Harmonies of #6E46AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E46AA

Black with #6E46AA

Text Example


Text Example

White with #6E46AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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