Html Css Color HEX #6B50A1 Studio

📋 copy color: '#6B50A1'

red 107 ◦ green 80 ◦ blue 161

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

Shades of Studio #6B50A1

Tints of Studio #6B50A1

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.99%

 BLUE value IS 161 (63.28% from 255) = 46.26%

R = 30.75%
G = 22.99%
B = 46.26%

CMYK

 C value IS 0.34

 M value IS 0.50

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6B50A1 (or 0x6B50A1) is known color: Studio. HEX triplet: 6B, 50 and A1. RGB value is (107,80,161). Sum of RGB (Red+Green+Blue) = 107+80+161=348 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.75% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 161 (63.28% from 255 or 46.26% from 348); Max value from RGB is 161 - color contains mainly: blue. Hex color #6B50A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B50A1 is #94AF5E. Grayscale: #616161. Windows color (decimal): -9744223 or 10571883. OLE color: 10571883.

HSL color Cylindrical-coordinate representation of color #6B50A1: hue angle of 260º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B50A1 is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 107 80 161 -
CMYK 0.34 0.50 0 0.37
HSL 260º 0.34% 0.47% -
HSV(B) 260º 0.5% 0.63% -
XYZ 15.37 11.44 35.12 -
YUV 97.31 163.95 134.91 -
System Red Green Blue C M Y K H S L
Decimal 107 80 161 0.34 0.50 0 0.37 260 0.34 0.47
Hex 6B 50 A1 22 32 0 25 104 22 2F
Octal 153 120 241 42 62 0 45 404 42 57
Binary 1101011 1010000 10100001 100010 110010 0 100101 100000100 100010 101111

Color Harmonies of #6B50A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B50A1

Black with #6B50A1

Text Example


Text Example

White with #6B50A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,80,161); }

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

background-color css

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

 a { background-color: rgb(107,80,161); }

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

border-color css

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

 span { border-color: rgb(107,80,161); }

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