Html Css Color HEX #6D4B5B Finn

📋 copy color: '#6D4B5B'

red 109 ◦ green 75 ◦ blue 91

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

Shades of Finn #6D4B5B

Tints of Finn #6D4B5B

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.27%

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

R = 39.64%
G = 27.27%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#6D4B5B (or 0x6D4B5B) is known color: Finn. HEX triplet: 6D, 4B and 5B. RGB value is (109,75,91). Sum of RGB (Red+Green+Blue) = 109+75+91=275 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.64% from 275); Green value is 75 (29.69% from 255 or 27.27% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4B5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4B5B is #92B4A4. Grayscale: #565656. Windows color (decimal): -9614501 or 5983085. OLE color: 5983085.

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

Color convert

RGB 109 75 91 -
CMYK 0 0.31 0.17 0.57
HSL 331.76º 0.18% 0.36% -
HSV(B) 331.76º 0.31% 0.43% -
XYZ 10.71 9.04 11.08 -
YUV 86.99 130.26 143.7 -
System Red Green Blue C M Y K H S L
Decimal 109 75 91 0 0.31 0.17 0.57 331.76 0.18 0.36
Hex 6D 4B 5B 0 1F 11 39 14C 12 24
Octal 155 113 133 0 37 21 71 514 22 44
Binary 1101101 1001011 1011011 0 11111 10001 111001 101001100 10010 100100

Color Harmonies of #6D4B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4B5B

Black with #6D4B5B

Text Example


Text Example

White with #6D4B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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