Html Css Color HEX #6D465B Finn

📋 copy color: '#6D465B'

red 109 ◦ green 70 ◦ blue 91

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

Shades of Finn #6D465B

Tints of Finn #6D465B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.93%

 BLUE value IS 91 (35.94% from 255) = 33.7%

R = 40.37%
G = 25.93%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#6D465B (or 0x6D465B) is known color: Finn. HEX triplet: 6D, 46 and 5B. RGB value is (109,70,91). Sum of RGB (Red+Green+Blue) = 109+70+91=270 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.37% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 91 (35.94% from 255 or 33.70% from 270); Max value from RGB is 109 - color contains mainly: red. Hex color #6D465B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D465B is #92B9A4. Grayscale: #545454. Windows color (decimal): -9615781 or 5981805. OLE color: 5981805.

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

Color convert

RGB 109 70 91 -
CMYK 0 0.36 0.17 0.57
HSL 327.69º 0.22% 0.35% -
HSV(B) 327.69º 0.36% 0.43% -
XYZ 10.39 8.39 10.97 -
YUV 84.06 131.92 145.79 -
System Red Green Blue C M Y K H S L
Decimal 109 70 91 0 0.36 0.17 0.57 327.69 0.22 0.35
Hex 6D 46 5B 0 24 11 39 148 16 23
Octal 155 106 133 0 44 21 71 510 26 43
Binary 1101101 1000110 1011011 0 100100 10001 111001 101001000 10110 100011

Color Harmonies of #6D465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D465B

Black with #6D465B

Text Example


Text Example

White with #6D465B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,70,91); }

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

background-color css

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

 a { background-color: rgb(109,70,91); }

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

border-color css

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

 span { border-color: rgb(109,70,91); }

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