Html Css Color HEX #6D485C Finn

📋 copy color: '#6D485C'

red 109 ◦ green 72 ◦ blue 92

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

Shades of Finn #6D485C

Tints of Finn #6D485C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.37%

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

R = 39.93%
G = 26.37%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.16

 K value IS 0.57

RGB Variations

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

Color information

#6D485C (or 0x6D485C) is known color: Finn. HEX triplet: 6D, 48 and 5C. RGB value is (109,72,92). Sum of RGB (Red+Green+Blue) = 109+72+92=273 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.93% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 109 - color contains mainly: red. Hex color #6D485C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D485C is #92B7A3. Grayscale: #555555. Windows color (decimal): -9615268 or 6047853. OLE color: 6047853.

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

Color convert

RGB 109 72 92 -
CMYK 0 0.34 0.16 0.57
HSL 327.57º 0.2% 0.35% -
HSV(B) 327.57º 0.34% 0.43% -
XYZ 10.56 8.66 11.24 -
YUV 85.34 131.76 144.87 -
System Red Green Blue C M Y K H S L
Decimal 109 72 92 0 0.34 0.16 0.57 327.57 0.2 0.35
Hex 6D 48 5C 0 22 10 39 148 14 23
Octal 155 110 134 0 42 20 71 510 24 43
Binary 1101101 1001000 1011100 0 100010 10000 111001 101001000 10100 100011

Color Harmonies of #6D485C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D485C

Black with #6D485C

Text Example


Text Example

White with #6D485C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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