Html Css Color HEX #6C519D Studio

📋 copy color: '#6C519D'

red 108 ◦ green 81 ◦ blue 157

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

Shades of Studio #6C519D

Tints of Studio #6C519D

RGB

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

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

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

R = 31.21%
G = 23.41%
B = 45.38%

CMYK

 C value IS 0.31

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6C519D (or 0x6C519D) is known color: Studio. HEX triplet: 6C, 51 and 9D. RGB value is (108,81,157). Sum of RGB (Red+Green+Blue) = 108+81+157=346 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.21% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 157 (61.72% from 255 or 45.38% from 346); Max value from RGB is 157 - color contains mainly: blue. Hex color #6C519D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C519D is #93AE62. Grayscale: #616161. Windows color (decimal): -9678435 or 10309996. OLE color: 10309996.

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

Color convert

RGB 108 81 157 -
CMYK 0.31 0.48 0 0.38
HSL 261.32º 0.32% 0.47% -
HSV(B) 261.32º 0.48% 0.62% -
XYZ 15.21 11.51 33.32 -
YUV 97.74 161.45 135.32 -
System Red Green Blue C M Y K H S L
Decimal 108 81 157 0.31 0.48 0 0.38 261.32 0.32 0.47
Hex 6C 51 9D 1F 30 0 26 105 20 2F
Octal 154 121 235 37 60 0 46 405 40 57
Binary 1101100 1010001 10011101 11111 110000 0 100110 100000101 100000 101111

Color Harmonies of #6C519D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C519D

Black with #6C519D

Text Example


Text Example

White with #6C519D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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