Html Css Color HEX #6D509D Studio

📋 copy color: '#6D509D'

red 109 ◦ green 80 ◦ blue 157

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

Shades of Studio #6D509D

Tints of Studio #6D509D

RGB

 RED value IS 109 (42.97% from 255) = 31.5%

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

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

R = 31.5%
G = 23.12%
B = 45.38%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6D509D (or 0x6D509D) is known color: Studio. HEX triplet: 6D, 50 and 9D. RGB value is (109,80,157). Sum of RGB (Red+Green+Blue) = 109+80+157=346 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.50% from 346); Green value is 80 (31.64% from 255 or 23.12% 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 #6D509D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D509D is #92AF62. Grayscale: #616161. Windows color (decimal): -9613155 or 10309741. OLE color: 10309741.

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

Color convert

RGB 109 80 157 -
CMYK 0.31 0.49 0 0.38
HSL 262.6º 0.32% 0.46% -
HSV(B) 262.6º 0.49% 0.62% -
XYZ 15.26 11.42 33.3 -
YUV 97.45 161.61 136.24 -
System Red Green Blue C M Y K H S L
Decimal 109 80 157 0.31 0.49 0 0.38 262.6 0.32 0.46
Hex 6D 50 9D 1F 31 0 26 107 20 2E
Octal 155 120 235 37 61 0 46 407 40 56
Binary 1101101 1010000 10011101 11111 110001 0 100110 100000111 100000 101110

Color Harmonies of #6D509D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D509D

Black with #6D509D

Text Example


Text Example

White with #6D509D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,80,157); }

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

background-color css

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

 a { background-color: rgb(109,80,157); }

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

border-color css

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

 span { border-color: rgb(109,80,157); }

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