Html Css Color HEX #6D539B Studio

📋 copy color: '#6D539B'

red 109 ◦ green 83 ◦ blue 155

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

Shades of Studio #6D539B

Tints of Studio #6D539B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.92%

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

R = 31.41%
G = 23.92%
B = 44.67%

CMYK

 C value IS 0.30

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6D539B (or 0x6D539B) is known color: Studio. HEX triplet: 6D, 53 and 9B. RGB value is (109,83,155). Sum of RGB (Red+Green+Blue) = 109+83+155=347 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.41% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 155 - color contains mainly: blue. Hex color #6D539B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D539B is #92AC64. Grayscale: #626262. Windows color (decimal): -9612389 or 10179437. OLE color: 10179437.

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

Color convert

RGB 109 83 155 -
CMYK 0.30 0.46 0 0.39
HSL 261.67º 0.3% 0.47% -
HSV(B) 261.67º 0.46% 0.61% -
XYZ 15.32 11.8 32.48 -
YUV 98.98 159.61 135.15 -
System Red Green Blue C M Y K H S L
Decimal 109 83 155 0.30 0.46 0 0.39 261.67 0.3 0.47
Hex 6D 53 9B 1E 2E 0 27 106 1E 2F
Octal 155 123 233 36 56 0 47 406 36 57
Binary 1101101 1010011 10011011 11110 101110 0 100111 100000110 11110 101111

Color Harmonies of #6D539B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D539B

Black with #6D539B

Text Example


Text Example

White with #6D539B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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