Html Css Color HEX #6D479D Studio

📋 copy color: '#6D479D'

red 109 ◦ green 71 ◦ blue 157

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

Shades of Studio #6D479D

Tints of Studio #6D479D

RGB

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

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

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

R = 32.34%
G = 21.07%
B = 46.59%

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

#6D479D (or 0x6D479D) is known color: Studio. HEX triplet: 6D, 47 and 9D. RGB value is (109,71,157). Sum of RGB (Red+Green+Blue) = 109+71+157=337 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.34% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 157 (61.72% from 255 or 46.59% from 337); Max value from RGB is 157 - color contains mainly: blue. Hex color #6D479D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D479D is #92B862. Grayscale: #5B5B5B. Windows color (decimal): -9615459 or 10307437. OLE color: 10307437.

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

Color convert

RGB 109 71 157 -
CMYK 0.31 0.55 0 0.38
HSL 266.51º 0.38% 0.45% -
HSV(B) 266.51º 0.55% 0.62% -
XYZ 14.65 10.19 33.09 -
YUV 92.17 164.59 140.01 -
System Red Green Blue C M Y K H S L
Decimal 109 71 157 0.31 0.55 0 0.38 266.51 0.38 0.45
Hex 6D 47 9D 1F 37 0 26 10B 26 2D
Octal 155 107 235 37 67 0 46 413 46 55
Binary 1101101 1000111 10011101 11111 110111 0 100110 100001011 100110 101101

Color Harmonies of #6D479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D479D

Black with #6D479D

Text Example


Text Example

White with #6D479D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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