Html Css Color HEX #6C50A9 Studio

📋 copy color: '#6C50A9'

red 108 ◦ green 80 ◦ blue 169

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

Shades of Studio #6C50A9

Tints of Studio #6C50A9

RGB

 RED value IS 108 (42.58% from 255) = 30.25%

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

 BLUE value IS 169 (66.41% from 255) = 47.34%

R = 30.25%
G = 22.41%
B = 47.34%

CMYK

 C value IS 0.36

 M value IS 0.53

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#6C50A9 (or 0x6C50A9) is known color: Studio. HEX triplet: 6C, 50 and A9. RGB value is (108,80,169). Sum of RGB (Red+Green+Blue) = 108+80+169=357 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.25% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 169 (66.41% from 255 or 47.34% from 357); Max value from RGB is 169 - color contains mainly: blue. Hex color #6C50A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C50A9 is #93AF56. Grayscale: #626262. Windows color (decimal): -9678679 or 11096172. OLE color: 11096172.

HSL color Cylindrical-coordinate representation of color #6C50A9: hue angle of 258.88º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6C50A9 is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 108 80 169 -
CMYK 0.36 0.53 0 0.34
HSL 258.88º 0.36% 0.49% -
HSV(B) 258.88º 0.53% 0.66% -
XYZ 16.21 11.79 38.96 -
YUV 98.52 167.78 134.76 -
System Red Green Blue C M Y K H S L
Decimal 108 80 169 0.36 0.53 0 0.34 258.88 0.36 0.49
Hex 6C 50 A9 24 35 0 22 103 24 31
Octal 154 120 251 44 65 0 42 403 44 61
Binary 1101100 1010000 10101001 100100 110101 0 100010 100000011 100100 110001

Color Harmonies of #6C50A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C50A9

Black with #6C50A9

Text Example


Text Example

White with #6C50A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,80,169); }

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

background-color css

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

 a { background-color: rgb(108,80,169); }

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

border-color css

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

 span { border-color: rgb(108,80,169); }

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