Html Css Color HEX #6B49AE Studio

📋 copy color: '#6B49AE'

red 107 ◦ green 73 ◦ blue 174

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

Shades of Studio #6B49AE

Tints of Studio #6B49AE

RGB

 RED value IS 107 (42.19% from 255) = 30.23%

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

 BLUE value IS 174 (68.36% from 255) = 49.15%

R = 30.23%
G = 20.62%
B = 49.15%

CMYK

 C value IS 0.39

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6B49AE (or 0x6B49AE) is known color: Studio. HEX triplet: 6B, 49 and AE. RGB value is (107,73,174). Sum of RGB (Red+Green+Blue) = 107+73+174=354 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.23% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #6B49AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B49AE is #94B651. Grayscale: #5E5E5E. Windows color (decimal): -9746002 or 11422059. OLE color: 11422059.

HSL color Cylindrical-coordinate representation of color #6B49AE: hue angle of 260.2º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B49AE is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 107 73 174 -
CMYK 0.39 0.58 0 0.32
HSL 260.2º 0.41% 0.48% -
HSV(B) 260.2º 0.58% 0.68% -
XYZ 16.09 10.95 41.31 -
YUV 94.68 172.76 136.79 -
System Red Green Blue C M Y K H S L
Decimal 107 73 174 0.39 0.58 0 0.32 260.2 0.41 0.48
Hex 6B 49 AE 27 3A 0 20 104 29 30
Octal 153 111 256 47 72 0 40 404 51 60
Binary 1101011 1001001 10101110 100111 111010 0 100000 100000100 101001 110000

Color Harmonies of #6B49AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B49AE

Black with #6B49AE

Text Example


Text Example

White with #6B49AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,73,174); }

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

background-color css

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

 a { background-color: rgb(107,73,174); }

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

border-color css

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

 span { border-color: rgb(107,73,174); }

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