Html Css Color HEX #6A519C Studio

📋 copy color: '#6A519C'

red 106 ◦ green 81 ◦ blue 156

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

Shades of Studio #6A519C

Tints of Studio #6A519C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 45.48%

R = 30.9%
G = 23.62%
B = 45.48%

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

#6A519C (or 0x6A519C) is known color: Studio. HEX triplet: 6A, 51 and 9C. RGB value is (106,81,156). Sum of RGB (Red+Green+Blue) = 106+81+156=343 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.90% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 156 (61.33% from 255 or 45.48% from 343); Max value from RGB is 156 - color contains mainly: blue. Hex color #6A519C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A519C is #95AE63. Grayscale: #606060. Windows color (decimal): -9809508 or 10244458. OLE color: 10244458.

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

Color convert

RGB 106 81 156 -
CMYK 0.32 0.48 0 0.39
HSL 260º 0.32% 0.46% -
HSV(B) 260º 0.48% 0.61% -
XYZ 14.89 11.35 32.86 -
YUV 97.03 161.28 134.4 -
System Red Green Blue C M Y K H S L
Decimal 106 81 156 0.32 0.48 0 0.39 260 0.32 0.46
Hex 6A 51 9C 20 30 0 27 104 20 2E
Octal 152 121 234 40 60 0 47 404 40 56
Binary 1101010 1010001 10011100 100000 110000 0 100111 100000100 100000 101110

Color Harmonies of #6A519C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A519C

Black with #6A519C

Text Example


Text Example

White with #6A519C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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