Html Css Color HEX #6D519B Studio

📋 copy color: '#6D519B'

red 109 ◦ green 81 ◦ blue 155

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

Shades of Studio #6D519B

Tints of Studio #6D519B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 44.93%

R = 31.59%
G = 23.48%
B = 44.93%

CMYK

 C value IS 0.30

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6D519B (or 0x6D519B) is known color: Studio. HEX triplet: 6D, 51 and 9B. RGB value is (109,81,155). Sum of RGB (Red+Green+Blue) = 109+81+155=345 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.59% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 155 - color contains mainly: blue. Hex color #6D519B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D519B is #92AE64. Grayscale: #616161. Windows color (decimal): -9612901 or 10178925. OLE color: 10178925.

HSL color Cylindrical-coordinate representation of color #6D519B: hue angle of 262.7º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6D519B is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 109 81 155 -
CMYK 0.30 0.48 0 0.39
HSL 262.7º 0.31% 0.46% -
HSV(B) 262.7º 0.48% 0.61% -
XYZ 15.17 11.5 32.43 -
YUV 97.81 160.28 135.98 -
System Red Green Blue C M Y K H S L
Decimal 109 81 155 0.30 0.48 0 0.39 262.7 0.31 0.46
Hex 6D 51 9B 1E 30 0 27 107 1F 2E
Octal 155 121 233 36 60 0 47 407 37 56
Binary 1101101 1010001 10011011 11110 110000 0 100111 100000111 11111 101110

Color Harmonies of #6D519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D519B

Black with #6D519B

Text Example


Text Example

White with #6D519B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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