Html Css Color HEX #6D509B Studio

📋 copy color: '#6D509B'

red 109 ◦ green 80 ◦ blue 155

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

Shades of Studio #6D509B

Tints of Studio #6D509B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 45.06%

R = 31.69%
G = 23.26%
B = 45.06%

CMYK

 C value IS 0.30

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6D509B (or 0x6D509B) is known color: Studio. HEX triplet: 6D, 50 and 9B. RGB value is (109,80,155). Sum of RGB (Red+Green+Blue) = 109+80+155=344 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.69% from 344); Green value is 80 (31.64% from 255 or 23.26% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 155 - color contains mainly: blue. Hex color #6D509B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D509B is #92AF64. Grayscale: #606060. Windows color (decimal): -9613157 or 10178669. OLE color: 10178669.

HSL color Cylindrical-coordinate representation of color #6D509B: hue angle of 263.2º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6D509B is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 109 80 155 -
CMYK 0.30 0.48 0 0.39
HSL 263.2º 0.32% 0.46% -
HSV(B) 263.2º 0.48% 0.61% -
XYZ 15.09 11.36 32.41 -
YUV 97.22 160.61 136.4 -
System Red Green Blue C M Y K H S L
Decimal 109 80 155 0.30 0.48 0 0.39 263.2 0.32 0.46
Hex 6D 50 9B 1E 30 0 27 107 20 2E
Octal 155 120 233 36 60 0 47 407 40 56
Binary 1101101 1010000 10011011 11110 110000 0 100111 100000111 100000 101110

Color Harmonies of #6D509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D509B

Black with #6D509B

Text Example


Text Example

White with #6D509B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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