Html Css Color HEX #6D489F Studio

📋 copy color: '#6D489F'

red 109 ◦ green 72 ◦ blue 159

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

Shades of Studio #6D489F

Tints of Studio #6D489F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.18%

 BLUE value IS 159 (62.5% from 255) = 46.76%

R = 32.06%
G = 21.18%
B = 46.76%

CMYK

 C value IS 0.31

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6D489F (or 0x6D489F) is known color: Studio. HEX triplet: 6D, 48 and 9F. RGB value is (109,72,159). Sum of RGB (Red+Green+Blue) = 109+72+159=340 (45% of max value = 765). Red value is 109 (42.97% from 255 or 32.06% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 159 (62.5% from 255 or 46.76% from 340); Max value from RGB is 159 - color contains mainly: blue. Hex color #6D489F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D489F is #92B760. Grayscale: #5C5C5C. Windows color (decimal): -9615201 or 10438765. OLE color: 10438765.

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

Color convert

RGB 109 72 159 -
CMYK 0.31 0.55 0 0.38
HSL 265.52º 0.38% 0.45% -
HSV(B) 265.52º 0.55% 0.62% -
XYZ 14.88 10.39 34.02 -
YUV 92.98 165.26 139.43 -
System Red Green Blue C M Y K H S L
Decimal 109 72 159 0.31 0.55 0 0.38 265.52 0.38 0.45
Hex 6D 48 9F 1F 37 0 26 10A 26 2D
Octal 155 110 237 37 67 0 46 412 46 55
Binary 1101101 1001000 10011111 11111 110111 0 100110 100001010 100110 101101

Color Harmonies of #6D489F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D489F

Black with #6D489F

Text Example


Text Example

White with #6D489F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,72,159); }

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

background-color css

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

 a { background-color: rgb(109,72,159); }

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

border-color css

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

 span { border-color: rgb(109,72,159); }

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