Html Css Color HEX #6D499B Studio

📋 copy color: '#6D499B'

red 109 ◦ green 73 ◦ blue 155

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

Shades of Studio #6D499B

Tints of Studio #6D499B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.66%

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

R = 32.34%
G = 21.66%
B = 45.99%

CMYK

 C value IS 0.30

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6D499B (or 0x6D499B) is known color: Studio. HEX triplet: 6D, 49 and 9B. RGB value is (109,73,155). Sum of RGB (Red+Green+Blue) = 109+73+155=337 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.34% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 155 - color contains mainly: blue. Hex color #6D499B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D499B is #92B664. Grayscale: #5C5C5C. Windows color (decimal): -9614949 or 10176877. OLE color: 10176877.

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

Color convert

RGB 109 73 155 -
CMYK 0.30 0.53 0 0.39
HSL 266.34º 0.36% 0.45% -
HSV(B) 266.34º 0.53% 0.61% -
XYZ 14.61 10.38 32.24 -
YUV 93.11 162.93 139.33 -
System Red Green Blue C M Y K H S L
Decimal 109 73 155 0.30 0.53 0 0.39 266.34 0.36 0.45
Hex 6D 49 9B 1E 35 0 27 10A 24 2D
Octal 155 111 233 36 65 0 47 412 44 55
Binary 1101101 1001001 10011011 11110 110101 0 100111 100001010 100100 101101

Color Harmonies of #6D499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D499B

Black with #6D499B

Text Example


Text Example

White with #6D499B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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