Html Css Color HEX #6C4360 Finn

📋 copy color: '#6C4360'

red 108 ◦ green 67 ◦ blue 96

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

Shades of Finn #6C4360

Tints of Finn #6C4360

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.72%

 BLUE value IS 96 (37.89% from 255) = 35.42%

R = 39.85%
G = 24.72%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#6C4360 (or 0x6C4360) is known color: Finn. HEX triplet: 6C, 43 and 60. RGB value is (108,67,96). Sum of RGB (Red+Green+Blue) = 108+67+96=271 (35% of max value = 765). Red value is 108 (42.58% from 255 or 39.85% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 96 (37.89% from 255 or 35.42% from 271); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4360 is #93BC9F. Grayscale: #525252. Windows color (decimal): -9682080 or 6308716. OLE color: 6308716.

HSL color Cylindrical-coordinate representation of color #6C4360: hue angle of 317.56º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6C4360 is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 67 96 -
CMYK 0 0.38 0.11 0.58
HSL 317.56º 0.23% 0.34% -
HSV(B) 317.56º 0.38% 0.42% -
XYZ 10.3 8.05 12.08 -
YUV 82.57 135.58 146.14 -
System Red Green Blue C M Y K H S L
Decimal 108 67 96 0 0.38 0.11 0.58 317.56 0.23 0.34
Hex 6C 43 60 0 26 B 3A 13E 17 22
Octal 154 103 140 0 46 13 72 476 27 42
Binary 1101100 1000011 1100000 0 100110 1011 111010 100111110 10111 100010

Color Harmonies of #6C4360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4360

Black with #6C4360

Text Example


Text Example

White with #6C4360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,67,96); }

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

background-color css

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

 a { background-color: rgb(108,67,96); }

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

border-color css

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

 span { border-color: rgb(108,67,96); }

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