Html Css Color HEX #6A519B Studio

📋 copy color: '#6A519B'

red 106 ◦ green 81 ◦ blue 155

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

Shades of Studio #6A519B

Tints of Studio #6A519B

RGB

 RED value IS 106 (41.8% from 255) = 30.99%

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

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

R = 30.99%
G = 23.68%
B = 45.32%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6A519B (or 0x6A519B) is known color: Studio. HEX triplet: 6A, 51 and 9B. RGB value is (106,81,155). Sum of RGB (Red+Green+Blue) = 106+81+155=342 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.99% from 342); Green value is 81 (32.03% from 255 or 23.68% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 155 - color contains mainly: blue. Hex color #6A519B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A519B is #95AE64. Grayscale: #606060. Windows color (decimal): -9809509 or 10178922. OLE color: 10178922.

HSL color Cylindrical-coordinate representation of color #6A519B: hue angle of 260.27º 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 #6A519B is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 106 81 155 -
CMYK 0.32 0.48 0 0.39
HSL 260.27º 0.31% 0.46% -
HSV(B) 260.27º 0.48% 0.61% -
XYZ 14.8 11.32 32.41 -
YUV 96.91 160.78 134.48 -
System Red Green Blue C M Y K H S L
Decimal 106 81 155 0.32 0.48 0 0.39 260.27 0.31 0.46
Hex 6A 51 9B 20 30 0 27 104 1F 2E
Octal 152 121 233 40 60 0 47 404 37 56
Binary 1101010 1010001 10011011 100000 110000 0 100111 100000100 11111 101110

Color Harmonies of #6A519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A519B

Black with #6A519B

Text Example


Text Example

White with #6A519B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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