Html Css Color HEX #6D509E Studio

📋 copy color: '#6D509E'

red 109 ◦ green 80 ◦ blue 158

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

Shades of Studio #6D509E

Tints of Studio #6D509E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 45.53%

R = 31.41%
G = 23.05%
B = 45.53%

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

#6D509E (or 0x6D509E) is known color: Studio. HEX triplet: 6D, 50 and 9E. RGB value is (109,80,158). Sum of RGB (Red+Green+Blue) = 109+80+158=347 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.41% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 158 (62.11% from 255 or 45.53% from 347); Max value from RGB is 158 - color contains mainly: blue. Hex color #6D509E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D509E is #92AF61. Grayscale: #616161. Windows color (decimal): -9613154 or 10375277. OLE color: 10375277.

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

Color convert

RGB 109 80 158 -
CMYK 0.31 0.49 0 0.38
HSL 262.31º 0.33% 0.47% -
HSV(B) 262.31º 0.49% 0.62% -
XYZ 15.35 11.46 33.75 -
YUV 97.56 162.11 136.16 -
System Red Green Blue C M Y K H S L
Decimal 109 80 158 0.31 0.49 0 0.38 262.31 0.33 0.47
Hex 6D 50 9E 1F 31 0 26 106 21 2F
Octal 155 120 236 37 61 0 46 406 41 57
Binary 1101101 1010000 10011110 11111 110001 0 100110 100000110 100001 101111

Color Harmonies of #6D509E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D509E

Black with #6D509E

Text Example


Text Example

White with #6D509E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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