Html Css Color HEX #6D445C Finn

📋 copy color: '#6D445C'

red 109 ◦ green 68 ◦ blue 92

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

Shades of Finn #6D445C

Tints of Finn #6D445C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.28%

 BLUE value IS 92 (36.33% from 255) = 34.2%

R = 40.52%
G = 25.28%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.16

 K value IS 0.57

RGB Variations

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

Color information

#6D445C (or 0x6D445C) is known color: Finn. HEX triplet: 6D, 44 and 5C. RGB value is (109,68,92). Sum of RGB (Red+Green+Blue) = 109+68+92=269 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.52% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 109 - color contains mainly: red. Hex color #6D445C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D445C is #92BBA3. Grayscale: #525252. Windows color (decimal): -9616292 or 6046829. OLE color: 6046829.

HSL color Cylindrical-coordinate representation of color #6D445C: hue angle of 324.88º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6D445C is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 68 92 -
CMYK 0 0.38 0.16 0.57
HSL 324.88º 0.23% 0.35% -
HSV(B) 324.88º 0.38% 0.43% -
XYZ 10.31 8.16 11.16 -
YUV 83 133.08 146.55 -
System Red Green Blue C M Y K H S L
Decimal 109 68 92 0 0.38 0.16 0.57 324.88 0.23 0.35
Hex 6D 44 5C 0 26 10 39 145 17 23
Octal 155 104 134 0 46 20 71 505 27 43
Binary 1101101 1000100 1011100 0 100110 10000 111001 101000101 10111 100011

Color Harmonies of #6D445C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D445C

Black with #6D445C

Text Example


Text Example

White with #6D445C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,68,92); }

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

background-color css

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

 a { background-color: rgb(109,68,92); }

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

border-color css

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

 span { border-color: rgb(109,68,92); }

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