Html Css Color HEX #6D51A0 Studio

📋 copy color: '#6D51A0'

red 109 ◦ green 81 ◦ blue 160

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

Shades of Studio #6D51A0

Tints of Studio #6D51A0

RGB

 RED value IS 109 (42.97% from 255) = 31.14%

 GREEN value IS 81 (32.03% from 255) = 23.14%

 BLUE value IS 160 (62.89% from 255) = 45.71%

R = 31.14%
G = 23.14%
B = 45.71%

CMYK

 C value IS 0.32

 M value IS 0.49

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6D51A0 (or 0x6D51A0) is known color: Studio. HEX triplet: 6D, 51 and A0. RGB value is (109,81,160). Sum of RGB (Red+Green+Blue) = 109+81+160=350 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.14% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 160 (62.89% from 255 or 45.71% from 350); Max value from RGB is 160 - color contains mainly: blue. Hex color #6D51A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D51A0 is #92AE5F. Grayscale: #626262. Windows color (decimal): -9612896 or 10506605. OLE color: 10506605.

HSL color Cylindrical-coordinate representation of color #6D51A0: hue angle of 261.27º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6D51A0 is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 109 81 160 -
CMYK 0.32 0.49 0 0.37
HSL 261.27º 0.33% 0.47% -
HSV(B) 261.27º 0.49% 0.63% -
XYZ 15.59 11.67 34.69 -
YUV 98.38 162.78 135.58 -
System Red Green Blue C M Y K H S L
Decimal 109 81 160 0.32 0.49 0 0.37 261.27 0.33 0.47
Hex 6D 51 A0 20 31 0 25 105 21 2F
Octal 155 121 240 40 61 0 45 405 41 57
Binary 1101101 1010001 10100000 100000 110001 0 100101 100000101 100001 101111

Color Harmonies of #6D51A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D51A0

Black with #6D51A0

Text Example


Text Example

White with #6D51A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,81,160); }

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

background-color css

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

 a { background-color: rgb(109,81,160); }

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

border-color css

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

 span { border-color: rgb(109,81,160); }

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