Html Css Color HEX #6D479E Studio

📋 copy color: '#6D479E'

red 109 ◦ green 71 ◦ blue 158

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

Shades of Studio #6D479E

Tints of Studio #6D479E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.01%

 BLUE value IS 158 (62.11% from 255) = 46.75%

R = 32.25%
G = 21.01%
B = 46.75%

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

#6D479E (or 0x6D479E) is known color: Studio. HEX triplet: 6D, 47 and 9E. RGB value is (109,71,158). Sum of RGB (Red+Green+Blue) = 109+71+158=338 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.25% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 158 (62.11% from 255 or 46.75% from 338); Max value from RGB is 158 - color contains mainly: blue. Hex color #6D479E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D479E is #92B861. Grayscale: #5B5B5B. Windows color (decimal): -9615458 or 10372973. OLE color: 10372973.

HSL color Cylindrical-coordinate representation of color #6D479E: hue angle of 266.21º 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 #6D479E is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 109 71 158 -
CMYK 0.31 0.55 0 0.38
HSL 266.21º 0.38% 0.45% -
HSV(B) 266.21º 0.55% 0.62% -
XYZ 14.73 10.23 33.55 -
YUV 92.28 165.09 139.93 -
System Red Green Blue C M Y K H S L
Decimal 109 71 158 0.31 0.55 0 0.38 266.21 0.38 0.45
Hex 6D 47 9E 1F 37 0 26 10A 26 2D
Octal 155 107 236 37 67 0 46 412 46 55
Binary 1101101 1000111 10011110 11111 110111 0 100110 100001010 100110 101101

Color Harmonies of #6D479E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D479E

Black with #6D479E

Text Example


Text Example

White with #6D479E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,71,158); }

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

background-color css

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

 a { background-color: rgb(109,71,158); }

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

border-color css

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

 span { border-color: rgb(109,71,158); }

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