Html Css Color HEX #6D499C Studio

📋 copy color: '#6D499C'

red 109 ◦ green 73 ◦ blue 156

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

Shades of Studio #6D499C

Tints of Studio #6D499C

RGB

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

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

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

R = 32.25%
G = 21.6%
B = 46.15%

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

#6D499C (or 0x6D499C) is known color: Studio. HEX triplet: 6D, 49 and 9C. RGB value is (109,73,156). Sum of RGB (Red+Green+Blue) = 109+73+156=338 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.25% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 156 (61.33% from 255 or 46.15% from 338); Max value from RGB is 156 - color contains mainly: blue. Hex color #6D499C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D499C is #92B663. Grayscale: #5C5C5C. Windows color (decimal): -9614948 or 10242413. OLE color: 10242413.

HSL color Cylindrical-coordinate representation of color #6D499C: hue angle of 266.02º 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 #6D499C is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 109 73 156 -
CMYK 0.30 0.53 0 0.39
HSL 266.02º 0.36% 0.45% -
HSV(B) 266.02º 0.53% 0.61% -
XYZ 14.69 10.42 32.69 -
YUV 93.23 163.43 139.25 -
System Red Green Blue C M Y K H S L
Decimal 109 73 156 0.30 0.53 0 0.39 266.02 0.36 0.45
Hex 6D 49 9C 1E 35 0 27 10A 24 2D
Octal 155 111 234 36 65 0 47 412 44 55
Binary 1101101 1001001 10011100 11110 110101 0 100111 100001010 100100 101101

Color Harmonies of #6D499C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D499C

Black with #6D499C

Text Example


Text Example

White with #6D499C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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