Html Css Color HEX #6D3C5C Finn

📋 copy color: '#6D3C5C'

red 109 ◦ green 60 ◦ blue 92

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

Shades of Finn #6D3C5C

Tints of Finn #6D3C5C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.99%

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

R = 41.76%
G = 22.99%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.57

RGB Variations

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

Color information

#6D3C5C (or 0x6D3C5C) is known color: Finn. HEX triplet: 6D, 3C and 5C. RGB value is (109,60,92). Sum of RGB (Red+Green+Blue) = 109+60+92=261 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.76% from 261); Green value is 60 (23.83% from 255 or 22.99% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3C5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3C5C is #92C3A3. Grayscale: #4E4E4E. Windows color (decimal): -9618340 or 6044781. OLE color: 6044781.

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

Color convert

RGB 109 60 92 -
CMYK 0 0.45 0.16 0.57
HSL 320.82º 0.29% 0.33% -
HSV(B) 320.82º 0.45% 0.43% -
XYZ 9.85 7.26 11.01 -
YUV 78.3 135.73 149.9 -
System Red Green Blue C M Y K H S L
Decimal 109 60 92 0 0.45 0.16 0.57 320.82 0.29 0.33
Hex 6D 3C 5C 0 2D 10 39 141 1D 21
Octal 155 74 134 0 55 20 71 501 35 41
Binary 1101101 111100 1011100 0 101101 10000 111001 101000001 11101 100001

Color Harmonies of #6D3C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3C5C

Black with #6D3C5C

Text Example


Text Example

White with #6D3C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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