Html Css Color HEX #6C3D5A Finn

📋 copy color: '#6C3D5A'

red 108 ◦ green 61 ◦ blue 90

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

Shades of Finn #6C3D5A

Tints of Finn #6C3D5A

RGB

 RED value IS 108 (42.58% from 255) = 41.7%

 GREEN value IS 61 (24.22% from 255) = 23.55%

 BLUE value IS 90 (35.55% from 255) = 34.75%

R = 41.7%
G = 23.55%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.58

RGB Variations

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

Color information

#6C3D5A (or 0x6C3D5A) is known color: Finn. HEX triplet: 6C, 3D and 5A. RGB value is (108,61,90). Sum of RGB (Red+Green+Blue) = 108+61+90=259 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.70% from 259); Green value is 61 (24.22% from 255 or 23.55% from 259); Blue value is 90 (35.55% from 255 or 34.75% from 259); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3D5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3D5A is #93C2A5. Grayscale: #4E4E4E. Windows color (decimal): -9683622 or 5913964. OLE color: 5913964.

HSL color Cylindrical-coordinate representation of color #6C3D5A: hue angle of 322.98º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6C3D5A is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 61 90 -
CMYK 0 0.44 0.17 0.58
HSL 322.98º 0.28% 0.33% -
HSV(B) 322.98º 0.44% 0.42% -
XYZ 9.7 7.26 10.56 -
YUV 78.36 134.57 149.14 -
System Red Green Blue C M Y K H S L
Decimal 108 61 90 0 0.44 0.17 0.58 322.98 0.28 0.33
Hex 6C 3D 5A 0 2C 11 3A 143 1C 21
Octal 154 75 132 0 54 21 72 503 34 41
Binary 1101100 111101 1011010 0 101100 10001 111010 101000011 11100 100001

Color Harmonies of #6C3D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3D5A

Black with #6C3D5A

Text Example


Text Example

White with #6C3D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,61,90); }

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

background-color css

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

 a { background-color: rgb(108,61,90); }

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

border-color css

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

 span { border-color: rgb(108,61,90); }

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