Html Css Color HEX #6D549D Studio

📋 copy color: '#6D549D'

red 109 ◦ green 84 ◦ blue 157

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

Shades of Studio #6D549D

Tints of Studio #6D549D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24%

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

R = 31.14%
G = 24%
B = 44.86%

CMYK

 C value IS 0.31

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6D549D (or 0x6D549D) is known color: Studio. HEX triplet: 6D, 54 and 9D. RGB value is (109,84,157). Sum of RGB (Red+Green+Blue) = 109+84+157=350 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.14% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 157 - color contains mainly: blue. Hex color #6D549D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D549D is #92AB62. Grayscale: #636363. Windows color (decimal): -9612131 or 10310765. OLE color: 10310765.

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

Color convert

RGB 109 84 157 -
CMYK 0.31 0.46 0 0.38
HSL 260.55º 0.3% 0.47% -
HSV(B) 260.55º 0.46% 0.62% -
XYZ 15.56 12.03 33.4 -
YUV 99.8 160.28 134.56 -
System Red Green Blue C M Y K H S L
Decimal 109 84 157 0.31 0.46 0 0.38 260.55 0.3 0.47
Hex 6D 54 9D 1F 2E 0 26 105 1E 2F
Octal 155 124 235 37 56 0 46 405 36 57
Binary 1101101 1010100 10011101 11111 101110 0 100110 100000101 11110 101111

Color Harmonies of #6D549D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D549D

Black with #6D549D

Text Example


Text Example

White with #6D549D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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