Html Css Color HEX #6D539C Studio

📋 copy color: '#6D539C'

red 109 ◦ green 83 ◦ blue 156

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

Shades of Studio #6D539C

Tints of Studio #6D539C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.83%

R = 31.32%
G = 23.85%
B = 44.83%

CMYK

 C value IS 0.30

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6D539C (or 0x6D539C) is known color: Studio. HEX triplet: 6D, 53 and 9C. RGB value is (109,83,156). Sum of RGB (Red+Green+Blue) = 109+83+156=348 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.32% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 156 (61.33% from 255 or 44.83% from 348); Max value from RGB is 156 - color contains mainly: blue. Hex color #6D539C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D539C is #92AC63. Grayscale: #626262. Windows color (decimal): -9612388 or 10244973. OLE color: 10244973.

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

Color convert

RGB 109 83 156 -
CMYK 0.30 0.47 0 0.39
HSL 261.37º 0.31% 0.47% -
HSV(B) 261.37º 0.47% 0.61% -
XYZ 15.4 11.84 32.93 -
YUV 99.1 160.11 135.06 -
System Red Green Blue C M Y K H S L
Decimal 109 83 156 0.30 0.47 0 0.39 261.37 0.31 0.47
Hex 6D 53 9C 1E 2F 0 27 105 1F 2F
Octal 155 123 234 36 57 0 47 405 37 57
Binary 1101101 1010011 10011100 11110 101111 0 100111 100000101 11111 101111

Color Harmonies of #6D539C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D539C

Black with #6D539C

Text Example


Text Example

White with #6D539C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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