Html Css Color HEX #6B519D Studio

📋 copy color: '#6B519D'

red 107 ◦ green 81 ◦ blue 157

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

Shades of Studio #6B519D

Tints of Studio #6B519D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 45.51%

R = 31.01%
G = 23.48%
B = 45.51%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6B519D (or 0x6B519D) is known color: Studio. HEX triplet: 6B, 51 and 9D. RGB value is (107,81,157). Sum of RGB (Red+Green+Blue) = 107+81+157=345 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.01% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 157 (61.72% from 255 or 45.51% from 345); Max value from RGB is 157 - color contains mainly: blue. Hex color #6B519D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B519D is #94AE62. Grayscale: #616161. Windows color (decimal): -9743971 or 10309995. OLE color: 10309995.

HSL color Cylindrical-coordinate representation of color #6B519D: hue angle of 260.53º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B519D is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 107 81 157 -
CMYK 0.32 0.48 0 0.38
HSL 260.53º 0.32% 0.47% -
HSV(B) 260.53º 0.48% 0.62% -
XYZ 15.09 11.44 33.31 -
YUV 97.44 161.61 134.82 -
System Red Green Blue C M Y K H S L
Decimal 107 81 157 0.32 0.48 0 0.38 260.53 0.32 0.47
Hex 6B 51 9D 20 30 0 26 105 20 2F
Octal 153 121 235 40 60 0 46 405 40 57
Binary 1101011 1010001 10011101 100000 110000 0 100110 100000101 100000 101111

Color Harmonies of #6B519D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B519D

Black with #6B519D

Text Example


Text Example

White with #6B519D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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