Html Css Color HEX #6D3F5D Finn

📋 copy color: '#6D3F5D'

red 109 ◦ green 63 ◦ blue 93

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

Shades of Finn #6D3F5D

Tints of Finn #6D3F5D

RGB

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

 GREEN value IS 63 (25% from 255) = 23.77%

 BLUE value IS 93 (36.72% from 255) = 35.09%

R = 41.13%
G = 23.77%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.15

 K value IS 0.57

RGB Variations

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

Color information

#6D3F5D (or 0x6D3F5D) is known color: Finn. HEX triplet: 6D, 3F and 5D. RGB value is (109,63,93). Sum of RGB (Red+Green+Blue) = 109+63+93=265 (35% of max value = 765). Red value is 109 (42.97% from 255 or 41.13% from 265); Green value is 63 (25% from 255 or 23.77% from 265); Blue value is 93 (36.72% from 255 or 35.09% from 265); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3F5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3F5D is #92C0A2. Grayscale: #505050. Windows color (decimal): -9617571 or 6111085. OLE color: 6111085.

HSL color Cylindrical-coordinate representation of color #6D3F5D: hue angle of 320.87º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6D3F5D is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 63 93 -
CMYK 0 0.42 0.15 0.57
HSL 320.87º 0.27% 0.34% -
HSV(B) 320.87º 0.42% 0.43% -
XYZ 10.06 7.6 11.29 -
YUV 80.17 135.24 148.56 -
System Red Green Blue C M Y K H S L
Decimal 109 63 93 0 0.42 0.15 0.57 320.87 0.27 0.34
Hex 6D 3F 5D 0 2A F 39 141 1B 22
Octal 155 77 135 0 52 17 71 501 33 42
Binary 1101101 111111 1011101 0 101010 1111 111001 101000001 11011 100010

Color Harmonies of #6D3F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3F5D

Black with #6D3F5D

Text Example


Text Example

White with #6D3F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,63,93); }

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

background-color css

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

 a { background-color: rgb(109,63,93); }

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

border-color css

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

 span { border-color: rgb(109,63,93); }

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