Html Css Color HEX #6B519C Studio

📋 copy color: '#6B519C'

red 107 ◦ green 81 ◦ blue 156

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

Shades of Studio #6B519C

Tints of Studio #6B519C

RGB

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

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

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

R = 31.1%
G = 23.55%
B = 45.35%

CMYK

 C value IS 0.31

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6B519C (or 0x6B519C) is known color: Studio. HEX triplet: 6B, 51 and 9C. RGB value is (107,81,156). Sum of RGB (Red+Green+Blue) = 107+81+156=344 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.10% from 344); Green value is 81 (32.03% from 255 or 23.55% from 344); Blue value is 156 (61.33% from 255 or 45.35% from 344); Max value from RGB is 156 - color contains mainly: blue. Hex color #6B519C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B519C is #94AE63. Grayscale: #616161. Windows color (decimal): -9743972 or 10244459. OLE color: 10244459.

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

Color convert

RGB 107 81 156 -
CMYK 0.31 0.48 0 0.39
HSL 260.8º 0.32% 0.46% -
HSV(B) 260.8º 0.48% 0.61% -
XYZ 15.01 11.41 32.86 -
YUV 97.32 161.11 134.9 -
System Red Green Blue C M Y K H S L
Decimal 107 81 156 0.31 0.48 0 0.39 260.8 0.32 0.46
Hex 6B 51 9C 1F 30 0 27 105 20 2E
Octal 153 121 234 37 60 0 47 405 40 56
Binary 1101011 1010001 10011100 11111 110000 0 100111 100000101 100000 101110

Color Harmonies of #6B519C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B519C

Black with #6B519C

Text Example


Text Example

White with #6B519C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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