Html Css Color HEX #6D415F Finn

📋 copy color: '#6D415F'

red 109 ◦ green 65 ◦ blue 95

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

Shades of Finn #6D415F

Tints of Finn #6D415F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.16%

 BLUE value IS 95 (37.5% from 255) = 35.32%

R = 40.52%
G = 24.16%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.13

 K value IS 0.57

RGB Variations

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

Color information

#6D415F (or 0x6D415F) is known color: Finn. HEX triplet: 6D, 41 and 5F. RGB value is (109,65,95). Sum of RGB (Red+Green+Blue) = 109+65+95=269 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.52% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 95 (37.5% from 255 or 35.32% from 269); Max value from RGB is 109 - color contains mainly: red. Hex color #6D415F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D415F is #92BEA0. Grayscale: #515151. Windows color (decimal): -9617057 or 6242669. OLE color: 6242669.

HSL color Cylindrical-coordinate representation of color #6D415F: hue angle of 319.09º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6D415F is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 65 95 -
CMYK 0 0.40 0.13 0.57
HSL 319.09º 0.25% 0.34% -
HSV(B) 319.09º 0.4% 0.43% -
XYZ 10.26 7.86 11.8 -
YUV 81.58 135.58 147.56 -
System Red Green Blue C M Y K H S L
Decimal 109 65 95 0 0.40 0.13 0.57 319.09 0.25 0.34
Hex 6D 41 5F 0 28 D 39 13F 19 22
Octal 155 101 137 0 50 15 71 477 31 42
Binary 1101101 1000001 1011111 0 101000 1101 111001 100111111 11001 100010

Color Harmonies of #6D415F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D415F

Black with #6D415F

Text Example


Text Example

White with #6D415F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,65,95); }

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

background-color css

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

 a { background-color: rgb(109,65,95); }

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

border-color css

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

 span { border-color: rgb(109,65,95); }

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